Skip to content

Commit

Permalink
Fix lexer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Mar 9, 2024
1 parent fce11b4 commit 598d27f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unittests/parsing/LexerTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ Humpty Dumpty had a great fall.""")";
CHECK(token.toString() == text);
CHECK(token.valueText() == R"(Humpty Dumpty sat on a "wall".
Humpty Dumpty had a great fall.)");
CHECK_DIAGNOSTICS_EMPTY;
REQUIRE(!diagnostics.empty());
CHECK(diagnostics.back().code == diag::WrongLanguageVersion);
}
Expand Down

0 comments on commit 598d27f

Please sign in to comment.