From fe0f278d9e020df6ca4485023dfb7e9009eb799c Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Mon, 2 Oct 2017 06:53:58 -0700 Subject: [TF:XLA] Add missing dependency to randomized tests. PiperOrigin-RevId: 170696315 --- tensorflow/compiler/tests/BUILD | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3