aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2017-10-02 06:53:58 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-02 07:00:16 -0700
commitfe0f278d9e020df6ca4485023dfb7e9009eb799c (patch)
tree2b4902f383dfc7e414e3ddc62c6049b084d10b62
parent24ecc54e56c355c8c6421f8602ab1e1ef392f489 (diff)
[TF:XLA] Add missing dependency to randomized tests.
PiperOrigin-RevId: 170696315
-rw-r--r--tensorflow/compiler/tests/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD
index 5a46eb0bb7..c8269b3d5b 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -576,6 +576,7 @@ cc_library(
"//tensorflow/core:framework_internal",
"//tensorflow/core:lib",
"//tensorflow/core:protos_all_cc",
+ "//tensorflow/core:tensorflow_opensource",
"//tensorflow/core:test",
"//tensorflow/core:testlib",
"//tensorflow/core/kernels:ops_util",