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 ;