Skip to content

Commit 61bbcbf

Browse files
committed
Disable warnings for compile-fail tests
1 parent 59e9940 commit 61bbcbf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/Jamfile.v2

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ run array7.cpp ;
5252

5353
compile array_constexpr.cpp ;
5454

55-
compile-fail array_getfail1.cpp ;
56-
compile-fail array_getfail2.cpp ;
55+
compile-fail array_getfail1.cpp
56+
: <warnings>off ;
57+
compile-fail array_getfail2.cpp
58+
: <warnings>off ;
5759

5860
run array_hash.cpp
5961
: : : [ requires cxx11_noexcept ] ;

0 commit comments

Comments
 (0)