From c06ba497a37dbad202a31c7fb89477e3913a8a64 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 7 Nov 2012 15:07:08 +0000 Subject: [PATCH] Rename sp_convertible_test.cpp to shared_ptr_convertible_test.cpp. [SVN r81232] --- test/Jamfile.v2 | 2 +- ...{sp_convertible_test.cpp => shared_ptr_convertible_test.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{sp_convertible_test.cpp => shared_ptr_convertible_test.cpp} (100%) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 481a1ca..a864cc9 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -46,7 +46,7 @@ import testing ; [ run spinlock_pool_test.cpp ] [ run make_shared_test.cpp ] [ run make_shared_perfect_forwarding_test.cpp ] - [ run sp_convertible_test.cpp ] + [ run shared_ptr_convertible_test.cpp ] [ run wp_convertible_test.cpp ] [ run ip_convertible_test.cpp ] [ run allocate_shared_test.cpp ] diff --git a/test/sp_convertible_test.cpp b/test/shared_ptr_convertible_test.cpp similarity index 100% rename from test/sp_convertible_test.cpp rename to test/shared_ptr_convertible_test.cpp