Add make_exception_ptr_test

This commit is contained in:
Peter Dimov
2020-12-19 14:58:04 +02:00
parent 9f37f214ed
commit bd5f6a255f
2 changed files with 20 additions and 0 deletions

View File

@ -37,3 +37,5 @@ run throw_from_library_test.cpp lib1_throw lib2_throw lib3_throw : : : <link>sha
run throw_exception_nx_test.cpp : : : <exception-handling>off ;
run throw_exception_nx_test2.cpp : : : <exception-handling>off ;
run make_exception_ptr_test.cpp ;