diff --git a/test/has_member_function_callable_with.cpp b/test/callable_with.cpp similarity index 100% rename from test/has_member_function_callable_with.cpp rename to test/callable_with.cpp diff --git a/test/has_member_function_callable_with_no_decltype.cpp b/test/callable_with_no_decltype.cpp similarity index 74% rename from test/has_member_function_callable_with_no_decltype.cpp rename to test/callable_with_no_decltype.cpp index 98037ba..fad5fa0 100644 --- a/test/has_member_function_callable_with_no_decltype.cpp +++ b/test/callable_with_no_decltype.cpp @@ -2,7 +2,7 @@ #ifndef BOOST_NO_CXX11_DECLTYPE # define BOOST_NO_CXX11_DECLTYPE -# include "has_member_function_callable_with.cpp" +# include "callable_with.cpp" #else int main() { diff --git a/test/has_member_function_callable_with_no_variadic.cpp b/test/callable_with_no_variadic.cpp similarity index 76% rename from test/has_member_function_callable_with_no_variadic.cpp rename to test/callable_with_no_variadic.cpp index 1be7832..6c8a125 100644 --- a/test/has_member_function_callable_with_no_variadic.cpp +++ b/test/callable_with_no_variadic.cpp @@ -2,7 +2,7 @@ #ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES # define BOOST_NO_CXX11_VARIADIC_TEMPLATES -# include "has_member_function_callable_with.cpp" +# include "callable_with.cpp" #else int main() {