From 6f3fee97d433bbbfadea57f542c9accf483dd8ca Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 14 Nov 2010 11:42:58 +0000 Subject: [PATCH] Remove some 'always_show_run_output' flags. [SVN r66566] --- hash/test/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ]