Revert "Update test/Jamfile"

This reverts commit 3d4c31c213.
This commit is contained in:
Peter Dimov
2021-06-13 04:59:38 +03:00
parent 1b7fd6854d
commit 9cd9d8732f

View File

@ -56,7 +56,8 @@ system-run generic_category_test.cpp ;
system-run system_category_test.cpp ;
system-run after_main_test.cpp ;
system-run failed_test.cpp ;
compile failed_constexpr_test.cpp : <toolset>gcc,<undefined-sanitizer>norecover:<build>no ;
compile failed_constexpr_test.cpp
: <toolset>gcc,<undefined-sanitizer>norecover:<build>no ;
# Quick (CI) test
run quick.cpp ;