mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Minor whitespace fix
This commit is contained in:
parent
72f0372664
commit
1d4b42ad7b
@ -86,7 +86,7 @@ TEST_CASE( "Enums can quickly have stringification enabled using REGISTER_ENUM"
|
|||||||
REQUIRE( stringify( EnumClass3::Value3 ) == "Value3" );
|
REQUIRE( stringify( EnumClass3::Value3 ) == "Value3" );
|
||||||
REQUIRE( stringify( EnumClass3::Value4 ) == "{** unexpected enum value **}" );
|
REQUIRE( stringify( EnumClass3::Value4 ) == "{** unexpected enum value **}" );
|
||||||
|
|
||||||
EnumClass3 ec3 = EnumClass3 ::Value2;
|
EnumClass3 ec3 = EnumClass3::Value2;
|
||||||
REQUIRE( stringify( ec3 ) == "Value2" );
|
REQUIRE( stringify( ec3 ) == "Value2" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user