From 9cd9d8732f4babb44bb8bd4ff6a4cc89793e9795 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 13 Jun 2021 04:59:38 +0300 Subject: [PATCH] Revert "Update test/Jamfile" This reverts commit 3d4c31c2136473b07a4e32a386939fdb741f7849. --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 5023e56..4e9ba32 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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 : gcc,norecover:no ; +compile failed_constexpr_test.cpp + : gcc,norecover:no ; # Quick (CI) test run quick.cpp ;