aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/shape_util_test.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-04-11 08:52:06 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-11 10:05:47 -0700
commit5c8acccfc9e90d694a8394f5522097bfe87379b2 (patch)
tree14a599c7ca3e73bcb09cd565a07da1aa87ef20d5 /tensorflow/compiler/xla/shape_util_test.cc
parent315443bbb01719a9e417826c4a077c47056bc071 (diff)
Using GMock matchers in XLA tests.
Change: 152823724
Diffstat (limited to 'tensorflow/compiler/xla/shape_util_test.cc')
-rw-r--r--tensorflow/compiler/xla/shape_util_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/shape_util_test.cc b/tensorflow/compiler/xla/shape_util_test.cc
index 9e6b243611..b0a4b0c9a7 100644
--- a/tensorflow/compiler/xla/shape_util_test.cc
+++ b/tensorflow/compiler/xla/shape_util_test.cc
@@ -16,10 +16,10 @@ limitations under the License.
#include "tensorflow/compiler/xla/shape_util.h"
#include "tensorflow/compiler/xla/layout_util.h"
+#include "tensorflow/compiler/xla/test.h"
#include "tensorflow/compiler/xla/test_helpers.h"
#include "tensorflow/compiler/xla/types.h"
#include "tensorflow/compiler/xla/util.h"
-#include "tensorflow/core/platform/test.h"
namespace xla {
namespace {