Disable function_typeof_test for <cxxstd>03

This commit is contained in:
Peter Dimov
2023-10-11 21:37:34 +03:00
parent 7ca2310b15
commit 8b126c8950

View File

@ -43,7 +43,8 @@ run contains_test.cpp ;
run contains2_test.cpp ;
run nothrow_swap.cpp ;
run rvalues_test.cpp ;
compile function_typeof_test.cpp ;
compile function_typeof_test.cpp
: <cxxstd>03:<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 ;