Considers endianness when printing raw memory into a string

This commit is contained in:
Phil Nash
2014-04-22 08:19:11 +01:00
parent 878c257de7
commit 48153e8e10
2 changed files with 27 additions and 4 deletions

View File

@@ -339,3 +339,7 @@ TEST_CASE("not allowed", "[!throws]")
// This test case should not be included if you run with -e on the command line
SUCCEED();
}
//TEST_CASE( "Is big endian" ) {
// CHECK( Catch::Detail::Endianness::which() == Catch::Detail::Endianness::Little );
//}