diff --git a/runtime/BUILD b/runtime/BUILD index b58880146..776a8223d 100644 --- a/runtime/BUILD +++ b/runtime/BUILD @@ -344,14 +344,11 @@ cc_test( deps = [ ":activation", ":constant_folding", - ":function", - ":register_function_helper", ":runtime_builder", ":runtime_options", ":standard_runtime_builder_factory", "//base:function_adapter", "//common:function_descriptor", - "//common:kind", "//common:value", "//extensions/protobuf:runtime_adapter", "//internal:testing",