We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3086c3 commit 4ca6f0bCopy full SHA for 4ca6f0b
2 files changed
eval/public/structs/BUILD
@@ -57,7 +57,6 @@ cc_library(
57
deps = [
58
":protobuf_value_factory",
59
"//eval/public:cel_value",
60
- "//eval/testutil:test_message_cc_proto",
61
"//internal:overflow",
62
"//internal:proto_time_encoding",
63
"//internal:status_macros",
eval/public/structs/cel_proto_wrap_util.cc
@@ -43,7 +43,6 @@
43
#include "absl/types/variant.h"
44
#include "eval/public/cel_value.h"
45
#include "eval/public/structs/protobuf_value_factory.h"
46
-#include "eval/testutil/test_message.pb.h"
47
#include "internal/overflow.h"
48
#include "internal/proto_time_encoding.h"
49
#include "internal/status_macros.h"
0 commit comments