From 4895ace29b8b091fa9a19364afd3e1c0f096aa3c Mon Sep 17 00:00:00 2001 From: David Neto Date: Mon, 20 Mar 2017 12:28:40 -0400 Subject: [PATCH] Update cap tests for SPV_KHR_16bit_storage --- test/operand_capabilities_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) \ -- 2.7.4