aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorflow.bzl
diff options
context:
space:
mode:
authorGravatar Dandelion Man? <dandelion@google.com>2017-12-21 18:09:03 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-21 18:12:39 -0800
commit088bf69f4af07eedccd6ebf2b3c649f40430d5de (patch)
tree0b9906f217944e7b844c510c854b3b4ef73299a0 /tensorflow/tensorflow.bzl
parent42746829a1fccd8e52d949454695538010838790 (diff)
No external change.
PiperOrigin-RevId: 179881638
Diffstat (limited to 'tensorflow/tensorflow.bzl')
-rw-r--r--tensorflow/tensorflow.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tensorflow.bzl b/tensorflow/tensorflow.bzl
index b19b5c9b22..e51e20c282 100644
--- a/tensorflow/tensorflow.bzl
+++ b/tensorflow/tensorflow.bzl
@@ -1354,7 +1354,7 @@ def tf_py_wrap_cc(name,
# 1. When --define=no_tensorflow_py_deps=true, the py_test depends on a marker
# file of the pip package, the test gets to rerun when the pip package change.
# Note that this only works on Windows. See the definition of
-# //tensorflow/tools/pip_package:win_pip_package_marker for specific reasons.
+# //third_party/tensorflow/tools/pip_package:win_pip_package_marker for specific reasons.
# 2. When --define=no_tensorflow_py_deps=false (by default), it's a normal py_test.
def py_test(deps=[], data=[], **kwargs):
native.py_test(