Remove test that does not exist

PiperOrigin-RevId: 313619568
Change-Id: I0b749472f6fce149dc2121c71e219dfe665999a0
This commit is contained in:
A. Unique TensorFlower 2020-05-28 10:55:56 -07:00 committed by TensorFlower Gardener
parent c92d4d8c66
commit 1dd8c48f90

View File

@ -279,22 +279,6 @@ cc_library(
],
)
tf_cc_test(
name = "tftext_utils_test",
size = "small",
srcs = ["utils/lstm_utils_test.cc"],
deps = [
":lstm_utils",
"//tensorflow/compiler/mlir/tensorflow",
"//tensorflow/core:test",
"//tensorflow/core:test_main",
"@llvm-project//llvm:support",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:StandardOps",
"@llvm-project//mlir:Support",
],
)
cc_library(
name = "stateful_ops_utils",
srcs = [