mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 05:45:39 +02:00
Cleanup WIP changes from last commit
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user