Skip to content

Commit f09c4f7

Browse files
committed
Output mismatched exception messages
1 parent ec0792c commit f09c4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PegtlExecutableTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ TEST(PegtlExecutableCase, InvalidStringEscapeSequence)
159159
EXPECT_TRUE("InvalidStringEscapeSequence:1:31: parse error matching struct "
160160
"graphql::peg::string_escape_sequence_content"sv
161161
== e.what())
162-
<< "should get an appropriate parser error message";
162+
<< e.what();
163163
caughtException = true;
164164
}
165165

0 commit comments

Comments
 (0)