diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 7be87a1..cac41de 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -43,7 +43,8 @@ run contains_test.cpp ; run contains2_test.cpp ; run nothrow_swap.cpp ; run rvalues_test.cpp ; -compile function_typeof_test.cpp ; +compile function_typeof_test.cpp + : 03:no ; run result_arg_types_test.cpp ; lib throw_bad_function_call : throw_bad_function_call.cpp : shared:THROW_BAD_FUNCTION_CALL_DYN_LINK=1 ;