File tree Expand file tree Collapse file tree
checker/src/test/java/dev/cel/checker
optimizer/src/test/java/dev/cel/optimizer/optimizers
runtime/src/test/java/dev/cel/runtime/async Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ java_library(
1313 srcs = glob (["*Test.java" ]),
1414 resources = ["//checker/src/test/resources:baselines" ],
1515 deps = [
16- # "//java/com/google/testing/testsize:annotations",
17- "//:auto_value" ,
1816 "//checker" ,
1917 "//checker:cel_ident_decl" ,
2018 "//checker:checker_builder" ,
@@ -44,9 +42,11 @@ java_library(
4442 "//common/types:type_providers" ,
4543 "//compiler" ,
4644 "//compiler:compiler_builder" ,
45+ # "//java/com/google/testing/testsize:annotations",
4746 "//parser:macro" ,
4847 "//testing:adorner" ,
4948 "//testing:cel_baseline_test_case" ,
49+ "//:auto_value" ,
5050 "@maven//:junit_junit" ,
5151 "@maven//:com_google_testparameterinjector_test_parameter_injector" ,
5252 "//:java_truth" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ java_library(
1111 srcs = glob (["*.java" ]),
1212 resources = ["//optimizer/src/test/resources:baselines" ],
1313 deps = [
14- # "//java/com/google/testing/testsize:annotations",
1514 "//bundle:cel" ,
1615 "//common:cel_ast" ,
1716 "//common:cel_source" ,
@@ -24,6 +23,7 @@ java_library(
2423 "//common/types" ,
2524 "//extensions" ,
2625 "//extensions:optional_library" ,
26+ # "//java/com/google/testing/testsize:annotations",
2727 "//optimizer" ,
2828 "//optimizer:optimization_exception" ,
2929 "//optimizer:optimizer_builder" ,
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ java_library(
1212 testonly = True ,
1313 srcs = glob (["*Test.java" ]),
1414 deps = [
15- # "//java/com/google/testing/testsize:annotations",
1615 "//bundle:cel" ,
1716 "//common:cel_ast" ,
1817 "//common:container" ,
1918 "//common:options" ,
2019 "//common/testing" ,
2120 "//common/types" ,
21+ # "//java/com/google/testing/testsize:annotations",
2222 "//runtime" ,
2323 "//runtime:unknown_attributes" ,
2424 "//runtime:unknown_options" ,
You can’t perform that action at this time.
0 commit comments