Disable auto_ptr_lv_fail on g++ 4.4 (known failure)

This commit is contained in:
Peter Dimov
2018-01-17 21:17:19 +02:00
parent a47cf35b0f
commit 78bebd5166

View File

@ -68,7 +68,7 @@ run sp_recursive_assign_test.cpp ;
run sp_recursive_assign2_test.cpp ;
run sp_recursive_assign_rv_test.cpp ;
run sp_recursive_assign2_rv_test.cpp ;
compile-fail auto_ptr_lv_fail.cpp ;
compile-fail auto_ptr_lv_fail.cpp : <toolset>gcc-4.4:<build>no ;
run atomic_count_test2.cpp ;
run sp_typeinfo_test.cpp ;
compile make_shared_fp_test.cpp ;