diff --git a/test/endian_arithmetic_test.cpp b/test/endian_arithmetic_test.cpp index a829a3a..7dfb578 100644 --- a/test/endian_arithmetic_test.cpp +++ b/test/endian_arithmetic_test.cpp @@ -138,7 +138,7 @@ template void test( T const& x ) int main() { - test( 0xF1F2 ); + test( 0x7EF2 ); test( 0x01020304u ); return boost::report_errors();