File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -114,24 +114,3 @@ cc_test(
114114 "@com_google_cel_spec//proto/cel/expr/conformance/proto3:test_all_types_cc_proto" ,
115115 ],
116116)
117-
118- cc_test (
119- name = "compiler_concurrency_test" ,
120- srcs = ["compiler_concurrency_test.cc" ],
121- deps = [
122- ":compiler" ,
123- ":compiler_factory" ,
124- "//checker:standard_library" ,
125- "//common:decl" ,
126- "//common:type" ,
127- "//internal:status_macros" ,
128- "//internal:testing" ,
129- "//thread/fiber" ,
130- "//thread/fiber:fiber-options" ,
131- "//tools:descriptor_pool_builder" ,
132- "@com_google_absl//absl/status:status_matchers" ,
133- "@com_google_absl//absl/status:statusor" ,
134- "@com_google_googleapis//google/rpc/context:attribute_context_cc_proto" ,
135- "@com_google_protobuf//:protobuf" ,
136- ],
137- )
You can’t perform that action at this time.
0 commit comments