aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/literal_test_util.h
diff options
context:
space:
mode:
authorGravatar Chris Leary <leary@google.com>2018-05-10 21:15:35 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-10 21:18:22 -0700
commit85b9d787a2385e3963f60cecde1ad190bb6f7c97 (patch)
treef63a96f3032d34f31875c0221c357fc6197abbec /tensorflow/compiler/xla/tests/literal_test_util.h
parent0043a0eb7280fe0f0f5a06d9d59ed517b7a189a4 (diff)
[XLA] Roll forward fix to use TF macro.
PiperOrigin-RevId: 196213299
Diffstat (limited to 'tensorflow/compiler/xla/tests/literal_test_util.h')
-rw-r--r--tensorflow/compiler/xla/tests/literal_test_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/compiler/xla/tests/literal_test_util.h b/tensorflow/compiler/xla/tests/literal_test_util.h
index c9cb8514e6..391abb1f1b 100644
--- a/tensorflow/compiler/xla/tests/literal_test_util.h
+++ b/tensorflow/compiler/xla/tests/literal_test_util.h
@@ -58,12 +58,12 @@ class LiteralTestUtil {
// Asserts that the given shapes have the same rank, dimension sizes, and
// primitive types.
static ::testing::AssertionResult EqualShapes(
- const Shape& expected, const Shape& actual) MUST_USE_RESULT;
+ const Shape& expected, const Shape& actual) TF_MUST_USE_RESULT;
// Asserts that the provided shapes are equal as defined in AssertEqualShapes
// and that they have the same layout.
static ::testing::AssertionResult EqualShapesAndLayouts(
- const Shape& expected, const Shape& actual) MUST_USE_RESULT;
+ const Shape& expected, const Shape& actual) TF_MUST_USE_RESULT;
static ::testing::AssertionResult Equal(const LiteralSlice& expected,
const LiteralSlice& actual)