forked from boostorg/preprocessor
Removed tests which involve undefined behavior.
This commit is contained in:
@ -189,8 +189,6 @@ test-suite preprocessor_isempty
|
||||
test-suite preprocessor_isempty_nvm
|
||||
:
|
||||
[ compile isempty.cpp : <define>BOOST_PP_VARIADICS=0 : isempty_nvm ]
|
||||
[ compile-fail isempty_failure.cpp : <define>BOOST_PP_VARIADICS=0 : isempty_failure_nvm ]
|
||||
[ compile-fail isempty_failure2.cpp : <define>BOOST_PP_VARIADICS=0 : isempty_failure2_nvm ]
|
||||
;
|
||||
|
||||
test-suite preprocessor_isempty_c
|
||||
@ -216,14 +214,4 @@ test-suite preprocessor_isempty_c_nvm
|
||||
<toolset>gcc:<cflags>-std=c99
|
||||
: isempty_c_nvm
|
||||
]
|
||||
[ compile-fail isempty_failure.c
|
||||
: <define>BOOST_PP_VARIADICS=0
|
||||
<toolset>gcc:<cflags>-std=c99
|
||||
: isempty_failure_c_nvm
|
||||
]
|
||||
[ compile-fail isempty_failure2.c
|
||||
: <define>BOOST_PP_VARIADICS=0
|
||||
<toolset>gcc:<cflags>-std=c99
|
||||
: isempty_failure2_c_nvm
|
||||
]
|
||||
;
|
||||
|
Reference in New Issue
Block a user