mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-20 11:35:39 +02:00
Random bits of clean-up
This commit is contained in:
@@ -39,14 +39,6 @@ struct TestDef {
|
||||
|
||||
};
|
||||
|
||||
//TEST( "./succeeding/conditions/equality" + Description("nyaya") )
|
||||
//{
|
||||
// TEST_CASE( [Name("inner")] )
|
||||
// {
|
||||
//
|
||||
// }
|
||||
//}
|
||||
|
||||
// The "failing" tests all use the CHECK macro, which continues if the specific test fails.
|
||||
// This allows us to see all results, even if an earlier check fails
|
||||
|
||||
|
Reference in New Issue
Block a user