Skip to content

Commit c4475cb

Browse files
jthackraygithub-actions[bot]
authored andcommitted
Automerge: [llvm] Fix test breakage in Vectorize/VPlanVerifierTest.cpp (#140079)
Fix test breakage in Vectorize/VPlanVerifierTest.cpp introduced in change 8499904 (typo).
2 parents 7f1d9cd + 6d942c5 commit c4475cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Transforms/Vectorize/VPlanVerifierTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ TEST_F(VPVerifierTest, VPPhiIncomingValueDoesntDominateIncomingBlock) {
174174
" EMIT vp<%1> = phi [ vp<%2>, preheader ]",
175175
::testing::internal::GetCapturedStderr().c_str());
176176
#else
177-
EXPECT_STREQ("Incoming def at index 0 does not dominate incoming block!\n" ::
177+
EXPECT_STREQ("Incoming def at index 0 does not dominate incoming block!\n", ::
178178
testing::internal::GetCapturedStderr()
179179
.c_str());
180180
#endif

0 commit comments

Comments
 (0)