aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/label_image
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-01-19 09:32:00 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2016-01-20 07:47:45 -0800
commitf592f23775e2a6ac75496829db5005d3bb70a3d2 (patch)
tree1e372015da951b379c56186b7cb7fef6de534937 /tensorflow/examples/label_image
parent8a1c308450b64a7d3c2ca520109c4909acbf13ff (diff)
Replacing reference 'names' variable with 'example_names' variable.
Change: 112481326
Diffstat (limited to 'tensorflow/examples/label_image')
-rw-r--r--tensorflow/examples/label_image/command_line_flags_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/label_image/command_line_flags_test.cc b/tensorflow/examples/label_image/command_line_flags_test.cc
index 8d8801e7d0..cdf6dce071 100644
--- a/tensorflow/examples/label_image/command_line_flags_test.cc
+++ b/tensorflow/examples/label_image/command_line_flags_test.cc
@@ -14,7 +14,7 @@ limitations under the License.
==============================================================================*/
#include "tensorflow/examples/label_image/command_line_flags.h"
-#include <gtest/gtest.h>
+#include "testing/base/public/gunit.h"
namespace {
// The returned array is only valid for the lifetime of the input vector.