From 296c2031353e5bfcbc2ce19a50bd52a8e299133f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 14 Apr 2020 00:15:32 +0300 Subject: [PATCH] Rename sp_warning_test to sp_override_test --- test/Jamfile | 2 +- test/{sp_warning_test.cpp => sp_override_test.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{sp_warning_test.cpp => sp_override_test.cpp} (100%) diff --git a/test/Jamfile b/test/Jamfile index 6078da9..0d31010 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -360,4 +360,4 @@ run wp_guides_test.cpp ; compile-fail shared_from_fail.cpp ; compile-fail weak_from_fail.cpp ; -compile sp_warning_test.cpp ; +compile sp_override_test.cpp ; diff --git a/test/sp_warning_test.cpp b/test/sp_override_test.cpp similarity index 100% rename from test/sp_warning_test.cpp rename to test/sp_override_test.cpp