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 355b57b commit 8dd7528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/val/val_cfg_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4803,7 +4803,8 @@ TEST_F(ValidateCFG, BadSwitch) {
"via a structured exit"));
}

TEST_F(ValidateCFG, MaximalReconvergenceBranchConditionalSameTargetNotInCallTree) {
TEST_F(ValidateCFG,
MaximalReconvergenceBranchConditionalSameTargetNotInCallTree) {
const std::string text = R"(
OpCapability Shader
OpExtension "SPV_KHR_maximal_reconvergence"
Expand Down

0 comments on commit 8dd7528

Please sign in to comment.