aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/example_proto_fast_parsing_test.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-10-02 14:20:43 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-02 14:32:32 -0700
commit88cdf1f81fa1938c5bb81c5d293fc0ed0758cadc (patch)
tree99b624cd49b9eef5963fe11908f06085a4f951be /tensorflow/core/util/example_proto_fast_parsing_test.cc
parentde86488b747fb4aeb17389cdfa3a7b74e9397da1 (diff)
PiperOrigin-RevId: 170752644
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 70d4028788..9b6a8e1251 100644
--- a/tensorflow/core/util/example_proto_fast_parsing_test.cc
+++ b/tensorflow/core/util/example_proto_fast_parsing_test.cc
@@ -312,7 +312,7 @@ void Fuzz(random::SimplePhilox* rng) {
break;
}
default: {
- QCHECK(false);
+ LOG(QFATAL);
break;
}
}