From bb86f9ebb545ea338bfbd5a36ec85983d766370f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 8 Dec 2019 21:28:50 +0200 Subject: [PATCH] Remove gcc-4.4.7 override, as it hard-fails --- test/Jamfile.v2 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index bf0f5f8..27d8b3e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -34,7 +34,5 @@ run quick.cpp ; run current_function_test2.cpp ; -run source_location_test.cpp - : : : gcc-4.4.7:off ; -run source_location_test2.cpp - : : : gcc-4.4.7:off ; +run source_location_test.cpp ; +run source_location_test2.cpp ;