From 1346982b8074934c0574f85b2981b35d587aa94a Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 10 Jun 2004 12:31:20 +0000 Subject: [PATCH] Fix a typo [SVN r23077] --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]