Skip to content

Commit f852cd0

Browse files
jnthntatumcopybara-github
authored andcommitted
Fix github sync.
PiperOrigin-RevId: 740477050
1 parent 6139548 commit f852cd0

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

compiler/BUILD

-21
Original file line numberDiff line numberDiff 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-
)

0 commit comments

Comments
 (0)