diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 4968c59..39408eb 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -10,7 +10,7 @@ import testing ; run function_test.cpp ; -run function_test.cpp : : : off : function_test_no_rtti ; +run function_test.cpp : : : off gcc-4.4.7,0x:no : function_test_no_rtti ; run function_n_test.cpp ; run allocator_test.cpp ; run stateless_test.cpp ;