Skip to content

Commit 6d942c5

Browse files
authored
[llvm] Fix test breakage in Vectorize/VPlanVerifierTest.cpp (#140079)
Fix test breakage in Vectorize/VPlanVerifierTest.cpp introduced in change 8499904 (typo).
1 parent 3d6d5df commit 6d942c5

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)