diff --git a/tensorflow/lite/kernels/concatenation_test.cc b/tensorflow/lite/kernels/concatenation_test.cc index 54f0b0b178a..8f4abe0bcda 100644 --- a/tensorflow/lite/kernels/concatenation_test.cc +++ b/tensorflow/lite/kernels/concatenation_test.cc @@ -273,7 +273,7 @@ struct ConcatenationOpTestTyped : public testing::Test { using TestType = Type; enum TensorType tensor_type = - std::is_same::value ? TensorType_INT16 : TensorType_INT8; + (std::is_same::value ? TensorType_INT16 : TensorType_INT8); }; using TestTypes = testing::Types;