Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker committed Jan 24, 2024
1 parent 09e6828 commit 355b57b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/opt/modify_maximal_reconvergence_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ OpCapability Linkage
OpMemoryModel Logical OpenCL
)";

SinglePassRunAndCheck<opt::ModifyMaximalReconvergence>(text, text, false, true, false);
SinglePassRunAndCheck<opt::ModifyMaximalReconvergence>(text, text, false,
true, false);
}

TEST_F(ModifyMaximalReconvergenceTest, RemoveOnlyExtension) {
Expand Down

0 comments on commit 355b57b

Please sign in to comment.