aboutsummaryrefslogtreecommitdiff
path: root/test/val
diff options
context:
space:
mode:
Diffstat (limited to 'test/val')
-rw-r--r--test/val/val_id_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/val/val_id_test.cpp b/test/val/val_id_test.cpp
index 7acac563..e236134b 100644
--- a/test/val/val_id_test.cpp
+++ b/test/val/val_id_test.cpp
@@ -1056,7 +1056,7 @@ TEST_P(ValidateIdWithMessage, OpTypeArrayLengthNull) {
EXPECT_EQ(SPV_ERROR_INVALID_ID, ValidateInstructions());
EXPECT_THAT(getDiagnosticString(),
HasSubstr(make_message("OpTypeArray Length <id> '2[%2]' default "
- "value must be at least 1.")));
+ "value must be at least 1: found 0")));
}
TEST_P(ValidateIdWithMessage, OpTypeArrayLengthSpecConst) {