Add make_exception_ptr_test2

This commit is contained in:
Peter Dimov
2020-12-19 15:00:18 +02:00
parent bd5f6a255f
commit 6360fb6f36
2 changed files with 21 additions and 0 deletions

View File

@ -39,3 +39,4 @@ run throw_exception_nx_test.cpp : : : <exception-handling>off ;
run throw_exception_nx_test2.cpp : : : <exception-handling>off ;
run make_exception_ptr_test.cpp ;
run make_exception_ptr_test2.cpp ;