diff --git a/hash/test/Jamfile.v2 b/hash/test/Jamfile.v2 index 1b35eed..de35142 100644 --- a/hash/test/Jamfile.v2 +++ b/hash/test/Jamfile.v2 @@ -25,8 +25,8 @@ test-suite functional/hash [ run hash_number_test.cpp ] [ run hash_pointer_test.cpp ] [ run hash_function_pointer_test.cpp ] - [ run hash_float_test.cpp : : : always_show_run_output ] - [ run hash_long_double_test.cpp : : : always_show_run_output ] + [ run hash_float_test.cpp ] + [ run hash_long_double_test.cpp ] [ run hash_string_test.cpp ] [ run hash_range_test.cpp ] [ run hash_custom_test.cpp ]