Disable function_typeof_test for 98 and 0x as well

This commit is contained in:
Peter Dimov
2023-10-11 21:57:45 +03:00
parent 8b126c8950
commit a6605b5d0b

View File

@ -44,7 +44,7 @@ run contains2_test.cpp ;
run nothrow_swap.cpp ;
run rvalues_test.cpp ;
compile function_typeof_test.cpp
: <cxxstd>03:<build>no ;
: <cxxstd>03:<build>no <cxxstd>98:<build>no <cxxstd>0x:<build>no ;
run result_arg_types_test.cpp ;
lib throw_bad_function_call : throw_bad_function_call.cpp : <link>shared:<define>THROW_BAD_FUNCTION_CALL_DYN_LINK=1 ;