Cleanup WIP changes from last commit

This commit is contained in:
Martin Hořeňovský
2025-08-02 10:21:41 +02:00
parent c5e0ef4e67
commit 9b3f508a1b
18 changed files with 73 additions and 75 deletions

View File

@@ -135,7 +135,7 @@ struct Catch::StringMaker<ThrowsOnStringification> {
}
};
TEST_CASE( "Stringifying bla bla bla" ) {
TEST_CASE( "Exception thrown inside stringify does not fail the test", "[toString]" ) {
ThrowsOnStringification tos;
CHECK( tos == tos );
}