From 79c293351f42a98aa73b066999b05d93b14b3619 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 20 Jul 2024 21:27:39 -0500 Subject: [PATCH] Change all references to . --- test/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 9ae09ed..b9244e7 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -13,7 +13,7 @@ run base_from_member_ref_test.cpp ; run binary_test.cpp ; -run call_traits_test.cpp : -u : : /boost/type_traits//testing ; +run call_traits_test.cpp : -u : : /boost/type_traits//testing ; run compressed_pair_test.cpp ; run compressed_pair_final_test.cpp ; @@ -31,7 +31,7 @@ run string_ref_test2.cpp ; run string_ref_test_io.cpp ; # compile-fail string_view_from_rvalue.cpp ; compile string_view_constexpr_test1.cpp ; -run string_view_test1.cpp : : : /boost/container_hash//boost_container_hash ; +run string_view_test1.cpp : : : /boost/container_hash//boost_container_hash ; run string_view_test2.cpp ; run string_view_test_io.cpp ;