From: David Neto Date: Mon, 20 Mar 2017 16:28:40 +0000 (-0400) Subject: Update cap tests for SPV_KHR_16bit_storage X-Git-Tag: upstream/2018.6~914 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4895ace29b8b091fa9a19364afd3e1c0f096aa3c;p=platform%2Fupstream%2FSPIRV-Tools.git Update cap tests for SPV_KHR_16bit_storage --- diff --git a/test/operand_capabilities_test.cpp b/test/operand_capabilities_test.cpp index e291136..e13b934 100644 --- a/test/operand_capabilities_test.cpp +++ b/test/operand_capabilities_test.cpp @@ -52,7 +52,8 @@ TEST_P(EnumCapabilityTest, Sample) { spvOperandTableValueLookup(operandTable, get<1>(GetParam()).type, get<1>(GetParam()).value, &entry)); EXPECT_THAT(ElementsIn(entry->capabilities), - Eq(ElementsIn(get<1>(GetParam()).expected_capabilities))); + Eq(ElementsIn(get<1>(GetParam()).expected_capabilities))) + << " capability value " << get<1>(GetParam()).value; } #define CASE0(TYPE, VALUE) \