From 6cec477db3854ce30016d96f0bd38edfa69ad7dc Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 7 Jan 2008 19:51:02 +0000 Subject: [PATCH] Reneame the set and map compile tests so they'll be adjacent in the test results. [SVN r42578] --- test/unordered/Jamfile.v2 | 4 ++-- test/unordered/{map_compile.cpp => compile_map.cpp} | 0 test/unordered/{set_compile.cpp => compile_set.cpp} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename test/unordered/{map_compile.cpp => compile_map.cpp} (100%) rename test/unordered/{set_compile.cpp => compile_set.cpp} (100%) diff --git a/test/unordered/Jamfile.v2 b/test/unordered/Jamfile.v2 index a7ce1755..4f170fd9 100644 --- a/test/unordered/Jamfile.v2 +++ b/test/unordered/Jamfile.v2 @@ -14,8 +14,8 @@ project unordered-test/unordered test-suite unordered : - [ run set_compile.cpp ] - [ run map_compile.cpp ] + [ run compile_set.cpp ] + [ run compile_map.cpp ] [ run link_test_1.cpp link_test_2.cpp ] [ run simple_tests.cpp ] [ run equivalent_keys_tests.cpp ] diff --git a/test/unordered/map_compile.cpp b/test/unordered/compile_map.cpp similarity index 100% rename from test/unordered/map_compile.cpp rename to test/unordered/compile_map.cpp diff --git a/test/unordered/set_compile.cpp b/test/unordered/compile_set.cpp similarity index 100% rename from test/unordered/set_compile.cpp rename to test/unordered/compile_set.cpp