diff --git a/mace/ops/BUILD b/mace/ops/BUILD index 3c66c65b71d9b8cbf076555e56256f9834f97a36..02d29ce03d94ae66ede3660d01fa32a19871051a 100644 --- a/mace/ops/BUILD +++ b/mace/ops/BUILD @@ -59,22 +59,6 @@ cc_test( ], ) -cc_test( - name = "concat_test", - testonly = 1, - srcs = glob( - ["concat_test.cc"], - ), - copts = ["-std=c++11"], - linkopts = if_android(["-ldl"]), - linkstatic = 1, - deps = [ - ":ops", - ":test", - "@gtest//:gtest_main", - ], -) - cc_test( name = "ops_benchmark", testonly = 1,