aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/example_proto_fast_parsing_test.cc
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-01-16 16:14:57 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-16 16:19:15 -0800
commit1de8ca3edb22c232b6cd4a87076bd5e0a7f6b86f (patch)
tree95e054d0fe9afb27fd99bb41d43fd91906a49d83 /tensorflow/core/util/example_proto_fast_parsing_test.cc
parent7e13a9ea3709301186b946a8c1f864e1245e6271 (diff)
Internal Change.
PiperOrigin-RevId: 182127737
Diffstat (limited to 'tensorflow/core/util/example_proto_fast_parsing_test.cc')
-rw-r--r--tensorflow/core/util/example_proto_fast_parsing_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/util/example_proto_fast_parsing_test.cc b/tensorflow/core/util/example_proto_fast_parsing_test.cc
index 9b6a8e1251..4e55a38dc5 100644
--- a/tensorflow/core/util/example_proto_fast_parsing_test.cc
+++ b/tensorflow/core/util/example_proto_fast_parsing_test.cc
@@ -150,7 +150,7 @@ TEST(FastParse, DenseInt64WithContext) {
EXPECT_TRUE(deserialized.ParseFromString(serialized));
EXPECT_EQ(deserialized.DebugString(), context.DebugString());
// Whoa! Last EQ is very surprising, but standard deserialization is what it
- // is and Servo team requested to replicate this 'feature'.
+ // is and TensorFlow Serving team requested to replicate this 'feature'.
// In future we should return error.
}
TestCorrectness(serialized);