Fix path, it's talking about this test.

fixes #37480

PiperOrigin-RevId: 302612383
Change-Id: If6cdb1149b08909d878b7808db26e64179a1a7e2
This commit is contained in:
Mark Daoust 2020-03-24 00:56:11 -07:00 committed by TensorFlower Gardener
parent be9d33754d
commit 282828af67

View File

@ -154,7 +154,7 @@ static void CompareWithGoldenFile(
// To update the golden file, flip update_golden to true and run the // To update the golden file, flip update_golden to true and run the
// following: // following:
// bazel test --test_strategy=local \ // bazel test --test_strategy=local \
// third_party/tensorflow/compiler/aot:codegen_test // "third_party/tensorflow/compiler/aot:codegen_test"
const bool update_golden = false; const bool update_golden = false;
string golden_file_name = string golden_file_name =
GetDataDependencyFilepath(tensorflow_relative_golden_file_name); GetDataDependencyFilepath(tensorflow_relative_golden_file_name);