diff --git a/test/container_fwd/Jamfile b/test/container_fwd/Jamfile index 3581521..b39d447 100644 --- a/test/container_fwd/Jamfile +++ b/test/container_fwd/Jamfile @@ -20,7 +20,9 @@ run container_fwd_test.cpp : : : _STLP_DEBUG _GLIBCXX_DEBUG : container_fwd_debug ; -compile-fail correctly_disable_fail.cpp : : correctly_disable ; compile-fail correctly_disable_fail.cpp - : _STLP_DEBUG _GLIBCXX_DEBUG + : off + : correctly_disable ; +compile-fail correctly_disable_fail.cpp + : off _STLP_DEBUG _GLIBCXX_DEBUG : correctly_disable_debug ;