diff --git a/test/Jamfile b/test/Jamfile index 3526018..15fbffa 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -149,13 +149,13 @@ compile-fail array_fail_member_access.cpp ; compile-fail array_fail_array_access.cpp ; run make_shared_array_test.cpp ; -run make_shared_arrays_test.cpp : : : gcc-4.6.3_0x:-fno-deduce-init-list ; +run make_shared_arrays_test.cpp : : : gcc-4.6:-fno-deduce-init-list ; run make_shared_array_throws_test.cpp ; run make_shared_array_esft_test.cpp ; run make_shared_array_noinit_test.cpp ; run make_shared_array_value_test.cpp ; run allocate_shared_array_test.cpp ; -run allocate_shared_arrays_test.cpp : : : gcc-4.6.3_0x:-fno-deduce-init-list ; +run allocate_shared_arrays_test.cpp : : : gcc-4.6:-fno-deduce-init-list ; run allocate_shared_array_throws_test.cpp ; run allocate_shared_array_esft_test.cpp ; run allocate_shared_array_noinit_test.cpp ; @@ -164,7 +164,7 @@ run allocate_shared_array_construct_test.cpp ; run make_unique_test.cpp ; run make_unique_args_test.cpp ; -run make_unique_value_test.cpp ; +run make_unique_value_test.cpp : gcc-4.6:-fno-deduce-init-list ; run make_unique_noinit_test.cpp ; run make_unique_throws_test.cpp ; run make_unique_array_test.cpp ;