diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 8fe0637..688cb2e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -14,7 +14,7 @@ import testing ; { test-suite "smart_ptr" : [ run smart_ptr_test.cpp ] - [ run shared_ptr_basic_test.cpp : : : :-Wno-non-virtual-dtor ] + [ run shared_ptr_basic_test.cpp : : : gcc:-Wno-non-virtual-dtor ] [ run shared_ptr_test.cpp : : : gcc:-Wno-non-virtual-dtor ] [ run weak_ptr_test.cpp ] [ run shared_from_this_test.cpp : : : gcc:-Wno-non-virtual-dtor ]