Change some names to protect the ... reserved

This commit is contained in:
Phil Nash
2010-11-10 07:42:15 +00:00
parent d80260001b
commit 3455e55538
7 changed files with 30 additions and 30 deletions

View File

@@ -120,7 +120,7 @@ TEST_CASE( "succeeding/conditions/ordered", "Ordering comparison checks that sho
CHECK( data.str_hello >= "hello" );
CHECK( data.str_hello < "hellp" );
CHECK( data.str_hello < "z" );
CHECK( data.str_hello < "zebra" );
CHECK( data.str_hello > "hellm" );
CHECK( data.str_hello > "a" );
}