diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index e834b71..5f775aa 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -80,7 +80,8 @@ run placeholder_const_ref_test.cpp ; run bind_function_ap_test.cpp ; run bind_type_test.cpp ; run bind_unique_ptr_test.cpp ; -run bind_nested_rv_test.cpp ; +run bind_nested_rv_test.cpp + : : : gcc-4.7:no ; compile arg_copy_test.cpp ; compile-fail arg_copy_fail.cpp : off ;