Detail: Turn off warnings as errors for compile-fail tests.

The test shouldn't succeed because the compile failed because of a warning.


[SVN r73096]
This commit is contained in:
Daniel James
2011-07-14 09:47:51 +00:00
parent e87588af6a
commit 8a12de16a4

View File

@ -20,7 +20,9 @@ run container_fwd_test.cpp : :
: <define>_STLP_DEBUG <define>_GLIBCXX_DEBUG
: container_fwd_debug ;
compile-fail correctly_disable_fail.cpp : : correctly_disable ;
compile-fail correctly_disable_fail.cpp
: <define>_STLP_DEBUG <define>_GLIBCXX_DEBUG
: <warnings-as-errors>off
: correctly_disable ;
compile-fail correctly_disable_fail.cpp
: <warnings-as-errors>off <define>_STLP_DEBUG <define>_GLIBCXX_DEBUG
: correctly_disable_debug ;