Skip to content

Commit d5280fe

Browse files
committed
lil type made me fail the tests
1 parent 9d9416a commit d5280fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Interpreter/InterpreterTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ TEST_F(InterpreterTest, UndoCommand) {
163163
auto Err2 = Interp->Parse("int foo = 42;");
164164
EXPECT_TRUE(!!Err2);
165165
auto Err3 = Interp->Undo(2);
166-
EXPECT_EQ("Operation failed. Wanted to undo 2 inputs but only have 1.",
166+
EXPECT_EQ("Operation failed. Wanted to undo 2 inputs, only have 1.",
167167
llvm::toString(std::move(Err3)));
168168

169169
// Succeed to undo.

0 commit comments

Comments
 (0)