Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker committed Jan 25, 2024
1 parent 8dd7528 commit dfbbad3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/val/val_modes_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,8 @@ OpFunctionEnd
CompileSuccessfully(spirv);
EXPECT_EQ(SPV_ERROR_MISSING_EXTENSION, ValidateInstructions());
EXPECT_THAT(getDiagnosticString(),
HasSubstr("(6023) requires one of these extensions: SPV_KHR_maximal_reconvergence "));
HasSubstr("(6023) requires one of these extensions: "
"SPV_KHR_maximal_reconvergence "));
}

} // namespace
Expand Down

0 comments on commit dfbbad3

Please sign in to comment.