From 900126573f8929f031ab2534679fc76b5f0a257a Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Sun, 4 Mar 2012 03:10:54 +0000 Subject: [PATCH] Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended [SVN r77195] --- test/all/Jamfile.v2 | 72 +++++++++---------- ...y_fail.cpp => no_cxx11_hdr_array_fail.cpp} | 0 ...y_pass.cpp => no_cxx11_hdr_array_pass.cpp} | 0 ..._fail.cpp => no_cxx11_hdr_chrono_fail.cpp} | 0 ..._pass.cpp => no_cxx11_hdr_chrono_pass.cpp} | 0 ...fail.cpp => no_cxx11_hdr_codecvt_fail.cpp} | 0 ...pass.cpp => no_cxx11_hdr_codecvt_pass.cpp} | 0 ... no_cxx11_hdr_condition_variable_fail.cpp} | 0 ... no_cxx11_hdr_condition_variable_pass.cpp} | 0 ...cpp => no_cxx11_hdr_forward_list_fail.cpp} | 0 ...cpp => no_cxx11_hdr_forward_list_pass.cpp} | 0 ..._fail.cpp => no_cxx11_hdr_future_fail.cpp} | 0 ..._pass.cpp => no_cxx11_hdr_future_pass.cpp} | 0 ...=> no_cxx11_hdr_initializer_list_fail.cpp} | 0 ...=> no_cxx11_hdr_initializer_list_pass.cpp} | 0 ...x_fail.cpp => no_cxx11_hdr_mutex_fail.cpp} | 0 ...x_pass.cpp => no_cxx11_hdr_mutex_pass.cpp} | 0 ..._fail.cpp => no_cxx11_hdr_random_fail.cpp} | 0 ..._pass.cpp => no_cxx11_hdr_random_pass.cpp} | 0 ...o_fail.cpp => no_cxx11_hdr_ratio_fail.cpp} | 0 ...o_pass.cpp => no_cxx11_hdr_ratio_pass.cpp} | 0 ...x_fail.cpp => no_cxx11_hdr_regex_fail.cpp} | 0 ...x_pass.cpp => no_cxx11_hdr_regex_pass.cpp} | 0 ...cpp => no_cxx11_hdr_system_error_fail.cpp} | 0 ...cpp => no_cxx11_hdr_system_error_pass.cpp} | 0 ..._fail.cpp => no_cxx11_hdr_thread_fail.cpp} | 0 ..._pass.cpp => no_cxx11_hdr_thread_pass.cpp} | 0 ...e_fail.cpp => no_cxx11_hdr_tuple_fail.cpp} | 0 ...e_pass.cpp => no_cxx11_hdr_tuple_pass.cpp} | 0 ....cpp => no_cxx11_hdr_type_traits_fail.cpp} | 0 ....cpp => no_cxx11_hdr_type_traits_pass.cpp} | 0 ...il.cpp => no_cxx11_hdr_typeindex_fail.cpp} | 0 ...ss.cpp => no_cxx11_hdr_typeindex_pass.cpp} | 0 ...pp => no_cxx11_hdr_unordered_map_fail.cpp} | 0 ...pp => no_cxx11_hdr_unordered_map_pass.cpp} | 0 ...pp => no_cxx11_hdr_unordered_set_fail.cpp} | 0 ...pp => no_cxx11_hdr_unordered_set_pass.cpp} | 0 37 files changed, 36 insertions(+), 36 deletions(-) rename test/{no_0x_hdr_array_fail.cpp => no_cxx11_hdr_array_fail.cpp} (100%) rename test/{no_0x_hdr_array_pass.cpp => no_cxx11_hdr_array_pass.cpp} (100%) rename test/{no_0x_hdr_chrono_fail.cpp => no_cxx11_hdr_chrono_fail.cpp} (100%) rename test/{no_0x_hdr_chrono_pass.cpp => no_cxx11_hdr_chrono_pass.cpp} (100%) rename test/{no_0x_hdr_codecvt_fail.cpp => no_cxx11_hdr_codecvt_fail.cpp} (100%) rename test/{no_0x_hdr_codecvt_pass.cpp => no_cxx11_hdr_codecvt_pass.cpp} (100%) rename test/{no_0x_hdr_condition_variable_fail.cpp => no_cxx11_hdr_condition_variable_fail.cpp} (100%) rename test/{no_0x_hdr_condition_variable_pass.cpp => no_cxx11_hdr_condition_variable_pass.cpp} (100%) rename test/{no_0x_hdr_forward_list_fail.cpp => no_cxx11_hdr_forward_list_fail.cpp} (100%) rename test/{no_0x_hdr_forward_list_pass.cpp => no_cxx11_hdr_forward_list_pass.cpp} (100%) rename test/{no_0x_hdr_future_fail.cpp => no_cxx11_hdr_future_fail.cpp} (100%) rename test/{no_0x_hdr_future_pass.cpp => no_cxx11_hdr_future_pass.cpp} (100%) rename test/{no_0x_hdr_initializer_list_fail.cpp => no_cxx11_hdr_initializer_list_fail.cpp} (100%) rename test/{no_0x_hdr_initializer_list_pass.cpp => no_cxx11_hdr_initializer_list_pass.cpp} (100%) rename test/{no_0x_hdr_mutex_fail.cpp => no_cxx11_hdr_mutex_fail.cpp} (100%) rename test/{no_0x_hdr_mutex_pass.cpp => no_cxx11_hdr_mutex_pass.cpp} (100%) rename test/{no_0x_hdr_random_fail.cpp => no_cxx11_hdr_random_fail.cpp} (100%) rename test/{no_0x_hdr_random_pass.cpp => no_cxx11_hdr_random_pass.cpp} (100%) rename test/{no_0x_hdr_ratio_fail.cpp => no_cxx11_hdr_ratio_fail.cpp} (100%) rename test/{no_0x_hdr_ratio_pass.cpp => no_cxx11_hdr_ratio_pass.cpp} (100%) rename test/{no_0x_hdr_regex_fail.cpp => no_cxx11_hdr_regex_fail.cpp} (100%) rename test/{no_0x_hdr_regex_pass.cpp => no_cxx11_hdr_regex_pass.cpp} (100%) rename test/{no_0x_hdr_system_error_fail.cpp => no_cxx11_hdr_system_error_fail.cpp} (100%) rename test/{no_0x_hdr_system_error_pass.cpp => no_cxx11_hdr_system_error_pass.cpp} (100%) rename test/{no_0x_hdr_thread_fail.cpp => no_cxx11_hdr_thread_fail.cpp} (100%) rename test/{no_0x_hdr_thread_pass.cpp => no_cxx11_hdr_thread_pass.cpp} (100%) rename test/{no_0x_hdr_tuple_fail.cpp => no_cxx11_hdr_tuple_fail.cpp} (100%) rename test/{no_0x_hdr_tuple_pass.cpp => no_cxx11_hdr_tuple_pass.cpp} (100%) rename test/{no_0x_hdr_type_traits_fail.cpp => no_cxx11_hdr_type_traits_fail.cpp} (100%) rename test/{no_0x_hdr_type_traits_pass.cpp => no_cxx11_hdr_type_traits_pass.cpp} (100%) rename test/{no_0x_hdr_typeindex_fail.cpp => no_cxx11_hdr_typeindex_fail.cpp} (100%) rename test/{no_0x_hdr_typeindex_pass.cpp => no_cxx11_hdr_typeindex_pass.cpp} (100%) rename test/{no_0x_hdr_unordered_map_fail.cpp => no_cxx11_hdr_unordered_map_fail.cpp} (100%) rename test/{no_0x_hdr_unordered_map_pass.cpp => no_cxx11_hdr_unordered_map_pass.cpp} (100%) rename test/{no_0x_hdr_unordered_set_fail.cpp => no_cxx11_hdr_unordered_set_fail.cpp} (100%) rename test/{no_0x_hdr_unordered_set_pass.cpp => no_cxx11_hdr_unordered_set_pass.cpp} (100%) diff --git a/test/all/Jamfile.v2 b/test/all/Jamfile.v2 index b64326f2..91904747 100644 --- a/test/all/Jamfile.v2 +++ b/test/all/Jamfile.v2 @@ -176,59 +176,59 @@ test-suite "BOOST_HAS_WINTHREADS" : [ run ../has_winthreads_pass.cpp ] [ compile-fail ../has_winthreads_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_ARRAY" : -[ run ../no_0x_hdr_array_pass.cpp ] -[ compile-fail ../no_0x_hdr_array_fail.cpp ] ; +[ run ../no_cxx11_hdr_array_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_array_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_CHRONO" : -[ run ../no_0x_hdr_chrono_pass.cpp ] -[ compile-fail ../no_0x_hdr_chrono_fail.cpp ] ; +[ run ../no_cxx11_hdr_chrono_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_chrono_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_CODECVT" : -[ run ../no_0x_hdr_codecvt_pass.cpp ] -[ compile-fail ../no_0x_hdr_codecvt_fail.cpp ] ; +[ run ../no_cxx11_hdr_codecvt_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_codecvt_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_CONDITION_VARIABLE" : -[ run ../no_0x_hdr_condition_variable_pass.cpp ] -[ compile-fail ../no_0x_hdr_condition_variable_fail.cpp ] ; +[ run ../no_cxx11_hdr_condition_variable_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_condition_variable_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_FORWARD_LIST" : -[ run ../no_0x_hdr_forward_list_pass.cpp ] -[ compile-fail ../no_0x_hdr_forward_list_fail.cpp ] ; +[ run ../no_cxx11_hdr_forward_list_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_forward_list_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_FUTURE" : -[ run ../no_0x_hdr_future_pass.cpp ] -[ compile-fail ../no_0x_hdr_future_fail.cpp ] ; +[ run ../no_cxx11_hdr_future_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_future_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_INITIALIZER_LIST" : -[ run ../no_0x_hdr_initializer_list_pass.cpp ] -[ compile-fail ../no_0x_hdr_initializer_list_fail.cpp ] ; +[ run ../no_cxx11_hdr_initializer_list_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_initializer_list_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_MUTEX" : -[ run ../no_0x_hdr_mutex_pass.cpp ] -[ compile-fail ../no_0x_hdr_mutex_fail.cpp ] ; +[ run ../no_cxx11_hdr_mutex_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_mutex_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_RANDOM" : -[ run ../no_0x_hdr_random_pass.cpp ] -[ compile-fail ../no_0x_hdr_random_fail.cpp ] ; +[ run ../no_cxx11_hdr_random_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_random_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_RATIO" : -[ run ../no_0x_hdr_ratio_pass.cpp ] -[ compile-fail ../no_0x_hdr_ratio_fail.cpp ] ; +[ run ../no_cxx11_hdr_ratio_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_ratio_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_REGEX" : -[ run ../no_0x_hdr_regex_pass.cpp ] -[ compile-fail ../no_0x_hdr_regex_fail.cpp ] ; +[ run ../no_cxx11_hdr_regex_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_regex_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_SYSTEM_ERROR" : -[ run ../no_0x_hdr_system_error_pass.cpp ] -[ compile-fail ../no_0x_hdr_system_error_fail.cpp ] ; +[ run ../no_cxx11_hdr_system_error_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_system_error_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_THREAD" : -[ run ../no_0x_hdr_thread_pass.cpp ] -[ compile-fail ../no_0x_hdr_thread_fail.cpp ] ; +[ run ../no_cxx11_hdr_thread_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_thread_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_TUPLE" : -[ run ../no_0x_hdr_tuple_pass.cpp ] -[ compile-fail ../no_0x_hdr_tuple_fail.cpp ] ; +[ run ../no_cxx11_hdr_tuple_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_tuple_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_TYPEINDEX" : -[ run ../no_0x_hdr_typeindex_pass.cpp ] -[ compile-fail ../no_0x_hdr_typeindex_fail.cpp ] ; +[ run ../no_cxx11_hdr_typeindex_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_typeindex_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_TYPE_TRAITS" : -[ run ../no_0x_hdr_type_traits_pass.cpp ] -[ compile-fail ../no_0x_hdr_type_traits_fail.cpp ] ; +[ run ../no_cxx11_hdr_type_traits_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_type_traits_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_UNORDERED_MAP" : -[ run ../no_0x_hdr_unordered_map_pass.cpp ] -[ compile-fail ../no_0x_hdr_unordered_map_fail.cpp ] ; +[ run ../no_cxx11_hdr_unordered_map_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_unordered_map_fail.cpp ] ; test-suite "BOOST_NO_CXX11_HDR_UNORDERED_SET" : -[ run ../no_0x_hdr_unordered_set_pass.cpp ] -[ compile-fail ../no_0x_hdr_unordered_set_fail.cpp ] ; +[ run ../no_cxx11_hdr_unordered_set_pass.cpp ] +[ compile-fail ../no_cxx11_hdr_unordered_set_fail.cpp ] ; test-suite "BOOST_NO_ADL_BARRIER" : [ run ../no_adl_barrier_pass.cpp ] [ compile-fail ../no_adl_barrier_fail.cpp ] ; diff --git a/test/no_0x_hdr_array_fail.cpp b/test/no_cxx11_hdr_array_fail.cpp similarity index 100% rename from test/no_0x_hdr_array_fail.cpp rename to test/no_cxx11_hdr_array_fail.cpp diff --git a/test/no_0x_hdr_array_pass.cpp b/test/no_cxx11_hdr_array_pass.cpp similarity index 100% rename from test/no_0x_hdr_array_pass.cpp rename to test/no_cxx11_hdr_array_pass.cpp diff --git a/test/no_0x_hdr_chrono_fail.cpp b/test/no_cxx11_hdr_chrono_fail.cpp similarity index 100% rename from test/no_0x_hdr_chrono_fail.cpp rename to test/no_cxx11_hdr_chrono_fail.cpp diff --git a/test/no_0x_hdr_chrono_pass.cpp b/test/no_cxx11_hdr_chrono_pass.cpp similarity index 100% rename from test/no_0x_hdr_chrono_pass.cpp rename to test/no_cxx11_hdr_chrono_pass.cpp diff --git a/test/no_0x_hdr_codecvt_fail.cpp b/test/no_cxx11_hdr_codecvt_fail.cpp similarity index 100% rename from test/no_0x_hdr_codecvt_fail.cpp rename to test/no_cxx11_hdr_codecvt_fail.cpp diff --git a/test/no_0x_hdr_codecvt_pass.cpp b/test/no_cxx11_hdr_codecvt_pass.cpp similarity index 100% rename from test/no_0x_hdr_codecvt_pass.cpp rename to test/no_cxx11_hdr_codecvt_pass.cpp diff --git a/test/no_0x_hdr_condition_variable_fail.cpp b/test/no_cxx11_hdr_condition_variable_fail.cpp similarity index 100% rename from test/no_0x_hdr_condition_variable_fail.cpp rename to test/no_cxx11_hdr_condition_variable_fail.cpp diff --git a/test/no_0x_hdr_condition_variable_pass.cpp b/test/no_cxx11_hdr_condition_variable_pass.cpp similarity index 100% rename from test/no_0x_hdr_condition_variable_pass.cpp rename to test/no_cxx11_hdr_condition_variable_pass.cpp diff --git a/test/no_0x_hdr_forward_list_fail.cpp b/test/no_cxx11_hdr_forward_list_fail.cpp similarity index 100% rename from test/no_0x_hdr_forward_list_fail.cpp rename to test/no_cxx11_hdr_forward_list_fail.cpp diff --git a/test/no_0x_hdr_forward_list_pass.cpp b/test/no_cxx11_hdr_forward_list_pass.cpp similarity index 100% rename from test/no_0x_hdr_forward_list_pass.cpp rename to test/no_cxx11_hdr_forward_list_pass.cpp diff --git a/test/no_0x_hdr_future_fail.cpp b/test/no_cxx11_hdr_future_fail.cpp similarity index 100% rename from test/no_0x_hdr_future_fail.cpp rename to test/no_cxx11_hdr_future_fail.cpp diff --git a/test/no_0x_hdr_future_pass.cpp b/test/no_cxx11_hdr_future_pass.cpp similarity index 100% rename from test/no_0x_hdr_future_pass.cpp rename to test/no_cxx11_hdr_future_pass.cpp diff --git a/test/no_0x_hdr_initializer_list_fail.cpp b/test/no_cxx11_hdr_initializer_list_fail.cpp similarity index 100% rename from test/no_0x_hdr_initializer_list_fail.cpp rename to test/no_cxx11_hdr_initializer_list_fail.cpp diff --git a/test/no_0x_hdr_initializer_list_pass.cpp b/test/no_cxx11_hdr_initializer_list_pass.cpp similarity index 100% rename from test/no_0x_hdr_initializer_list_pass.cpp rename to test/no_cxx11_hdr_initializer_list_pass.cpp diff --git a/test/no_0x_hdr_mutex_fail.cpp b/test/no_cxx11_hdr_mutex_fail.cpp similarity index 100% rename from test/no_0x_hdr_mutex_fail.cpp rename to test/no_cxx11_hdr_mutex_fail.cpp diff --git a/test/no_0x_hdr_mutex_pass.cpp b/test/no_cxx11_hdr_mutex_pass.cpp similarity index 100% rename from test/no_0x_hdr_mutex_pass.cpp rename to test/no_cxx11_hdr_mutex_pass.cpp diff --git a/test/no_0x_hdr_random_fail.cpp b/test/no_cxx11_hdr_random_fail.cpp similarity index 100% rename from test/no_0x_hdr_random_fail.cpp rename to test/no_cxx11_hdr_random_fail.cpp diff --git a/test/no_0x_hdr_random_pass.cpp b/test/no_cxx11_hdr_random_pass.cpp similarity index 100% rename from test/no_0x_hdr_random_pass.cpp rename to test/no_cxx11_hdr_random_pass.cpp diff --git a/test/no_0x_hdr_ratio_fail.cpp b/test/no_cxx11_hdr_ratio_fail.cpp similarity index 100% rename from test/no_0x_hdr_ratio_fail.cpp rename to test/no_cxx11_hdr_ratio_fail.cpp diff --git a/test/no_0x_hdr_ratio_pass.cpp b/test/no_cxx11_hdr_ratio_pass.cpp similarity index 100% rename from test/no_0x_hdr_ratio_pass.cpp rename to test/no_cxx11_hdr_ratio_pass.cpp diff --git a/test/no_0x_hdr_regex_fail.cpp b/test/no_cxx11_hdr_regex_fail.cpp similarity index 100% rename from test/no_0x_hdr_regex_fail.cpp rename to test/no_cxx11_hdr_regex_fail.cpp diff --git a/test/no_0x_hdr_regex_pass.cpp b/test/no_cxx11_hdr_regex_pass.cpp similarity index 100% rename from test/no_0x_hdr_regex_pass.cpp rename to test/no_cxx11_hdr_regex_pass.cpp diff --git a/test/no_0x_hdr_system_error_fail.cpp b/test/no_cxx11_hdr_system_error_fail.cpp similarity index 100% rename from test/no_0x_hdr_system_error_fail.cpp rename to test/no_cxx11_hdr_system_error_fail.cpp diff --git a/test/no_0x_hdr_system_error_pass.cpp b/test/no_cxx11_hdr_system_error_pass.cpp similarity index 100% rename from test/no_0x_hdr_system_error_pass.cpp rename to test/no_cxx11_hdr_system_error_pass.cpp diff --git a/test/no_0x_hdr_thread_fail.cpp b/test/no_cxx11_hdr_thread_fail.cpp similarity index 100% rename from test/no_0x_hdr_thread_fail.cpp rename to test/no_cxx11_hdr_thread_fail.cpp diff --git a/test/no_0x_hdr_thread_pass.cpp b/test/no_cxx11_hdr_thread_pass.cpp similarity index 100% rename from test/no_0x_hdr_thread_pass.cpp rename to test/no_cxx11_hdr_thread_pass.cpp diff --git a/test/no_0x_hdr_tuple_fail.cpp b/test/no_cxx11_hdr_tuple_fail.cpp similarity index 100% rename from test/no_0x_hdr_tuple_fail.cpp rename to test/no_cxx11_hdr_tuple_fail.cpp diff --git a/test/no_0x_hdr_tuple_pass.cpp b/test/no_cxx11_hdr_tuple_pass.cpp similarity index 100% rename from test/no_0x_hdr_tuple_pass.cpp rename to test/no_cxx11_hdr_tuple_pass.cpp diff --git a/test/no_0x_hdr_type_traits_fail.cpp b/test/no_cxx11_hdr_type_traits_fail.cpp similarity index 100% rename from test/no_0x_hdr_type_traits_fail.cpp rename to test/no_cxx11_hdr_type_traits_fail.cpp diff --git a/test/no_0x_hdr_type_traits_pass.cpp b/test/no_cxx11_hdr_type_traits_pass.cpp similarity index 100% rename from test/no_0x_hdr_type_traits_pass.cpp rename to test/no_cxx11_hdr_type_traits_pass.cpp diff --git a/test/no_0x_hdr_typeindex_fail.cpp b/test/no_cxx11_hdr_typeindex_fail.cpp similarity index 100% rename from test/no_0x_hdr_typeindex_fail.cpp rename to test/no_cxx11_hdr_typeindex_fail.cpp diff --git a/test/no_0x_hdr_typeindex_pass.cpp b/test/no_cxx11_hdr_typeindex_pass.cpp similarity index 100% rename from test/no_0x_hdr_typeindex_pass.cpp rename to test/no_cxx11_hdr_typeindex_pass.cpp diff --git a/test/no_0x_hdr_unordered_map_fail.cpp b/test/no_cxx11_hdr_unordered_map_fail.cpp similarity index 100% rename from test/no_0x_hdr_unordered_map_fail.cpp rename to test/no_cxx11_hdr_unordered_map_fail.cpp diff --git a/test/no_0x_hdr_unordered_map_pass.cpp b/test/no_cxx11_hdr_unordered_map_pass.cpp similarity index 100% rename from test/no_0x_hdr_unordered_map_pass.cpp rename to test/no_cxx11_hdr_unordered_map_pass.cpp diff --git a/test/no_0x_hdr_unordered_set_fail.cpp b/test/no_cxx11_hdr_unordered_set_fail.cpp similarity index 100% rename from test/no_0x_hdr_unordered_set_fail.cpp rename to test/no_cxx11_hdr_unordered_set_fail.cpp diff --git a/test/no_0x_hdr_unordered_set_pass.cpp b/test/no_cxx11_hdr_unordered_set_pass.cpp similarity index 100% rename from test/no_0x_hdr_unordered_set_pass.cpp rename to test/no_cxx11_hdr_unordered_set_pass.cpp