From 282828af67de29d13dd2c69d96413c030b02543c Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Tue, 24 Mar 2020 00:56:11 -0700 Subject: [PATCH] Fix path, it's talking about this test. fixes #37480 PiperOrigin-RevId: 302612383 Change-Id: If6cdb1149b08909d878b7808db26e64179a1a7e2 --- tensorflow/compiler/aot/codegen_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/compiler/aot/codegen_test.cc b/tensorflow/compiler/aot/codegen_test.cc index babbd7fb2f5..26d160a4cb4 100644 --- a/tensorflow/compiler/aot/codegen_test.cc +++ b/tensorflow/compiler/aot/codegen_test.cc @@ -154,7 +154,7 @@ static void CompareWithGoldenFile( // To update the golden file, flip update_golden to true and run the // following: // bazel test --test_strategy=local \ - // third_party/tensorflow/compiler/aot:codegen_test + // "third_party/tensorflow/compiler/aot:codegen_test" const bool update_golden = false; string golden_file_name = GetDataDependencyFilepath(tensorflow_relative_golden_file_name);