diff options
Diffstat (limited to 'libcxx/test/std/localization/locales/locale')
10 files changed, 10 insertions, 10 deletions
diff --git a/libcxx/test/std/localization/locales/locale/locale.cons/assign.pass.cpp b/libcxx/test/std/localization/locales/locale/locale.cons/assign.pass.cpp index 969c94542af..049e014b1b8 100644 --- a/libcxx/test/std/localization/locales/locale/locale.cons/assign.pass.cpp +++ b/libcxx/test/std/localization/locales/locale/locale.cons/assign.pass.cpp @@ -16,7 +16,7 @@ #include <cassert> #include <new> -#include "count_new.hpp" +#include "count_new.h" #include "test_macros.h" #include "platform_support.h" // locale name macros diff --git a/libcxx/test/std/localization/locales/locale/locale.cons/char_pointer.pass.cpp b/libcxx/test/std/localization/locales/locale/locale.cons/char_pointer.pass.cpp index c324f394c8b..76f8472ad47 100644 --- a/libcxx/test/std/localization/locales/locale/locale.cons/char_pointer.pass.cpp +++ b/libcxx/test/std/localization/locales/locale/locale.cons/char_pointer.pass.cpp @@ -20,7 +20,7 @@ #include <new> #include <cassert> -#include "count_new.hpp" +#include "count_new.h" #include "platform_support.h" // locale name macros #include "test_macros.h" diff --git a/libcxx/test/std/localization/locales/locale/locale.cons/copy.pass.cpp b/libcxx/test/std/localization/locales/locale/locale.cons/copy.pass.cpp index 62aee240a7f..a0e476249e2 100644 --- a/libcxx/test/std/localization/locales/locale/locale.cons/copy.pass.cpp +++ b/libcxx/test/std/localization/locales/locale/locale.cons/copy.pass.cpp @@ -16,7 +16,7 @@ #include <cassert> #include <new> -#include "count_new.hpp" +#include "count_new.h" #include "test_macros.h" #include "platform_support.h" // locale name macros diff --git a/libcxx/test/std/localization/locales/locale/locale.cons/default.pass.cpp b/libcxx/test/std/localization/locales/locale/locale.cons/default.pass.cpp index 614996bb44e..b191aee30b4 100644 --- a/libcxx/test/std/localization/locales/locale/locale.cons/default.pass.cpp +++ b/libcxx/test/std/localization/locales/locale/locale.cons/default.pass.cpp @@ -17,7 +17,7 @@ #include "test_macros.h" #include "platform_support.h" // locale name macros -#include "count_new.hpp" +#include "count_new.h" void check(const std::locale& loc) { diff --git a/libcxx/test/std/localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp b/libcxx/test/std/localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp index 7064f6fd2e8..69324cbc435 100644 --- a/libcxx/test/std/localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp +++ b/libcxx/test/std/localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp @@ -21,7 +21,7 @@ #include <new> #include <cassert> -#include "count_new.hpp" +#include "count_new.h" #include "test_macros.h" #include "platform_support.h" // locale name macros diff --git a/libcxx/test/std/localization/locales/locale/locale.cons/locale_facetptr.pass.cpp b/libcxx/test/std/localization/locales/locale/locale.cons/locale_facetptr.pass.cpp index cac3fa9c61e..0cc8af31162 100644 --- a/libcxx/test/std/localization/locales/locale/locale.cons/locale_facetptr.pass.cpp +++ b/libcxx/test/std/localization/locales/locale/locale.cons/locale_facetptr.pass.cpp @@ -16,7 +16,7 @@ #include <new> #include <cassert> -#include "count_new.hpp" +#include "count_new.h" #include "test_macros.h" #include "platform_support.h" // locale name macros diff --git a/libcxx/test/std/localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp b/libcxx/test/std/localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp index fb7d5953d69..e41d8746765 100644 --- a/libcxx/test/std/localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp +++ b/libcxx/test/std/localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp @@ -21,7 +21,7 @@ #include <new> #include <cassert> -#include "count_new.hpp" +#include "count_new.h" #include "test_macros.h" #include "platform_support.h" // locale name macros diff --git a/libcxx/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp b/libcxx/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp index d495036da73..219e934e0c8 100644 --- a/libcxx/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp +++ b/libcxx/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp @@ -21,7 +21,7 @@ #include <new> #include <cassert> -#include "count_new.hpp" +#include "count_new.h" #include "test_macros.h" #include "platform_support.h" // locale name macros diff --git a/libcxx/test/std/localization/locales/locale/locale.cons/string.pass.cpp b/libcxx/test/std/localization/locales/locale/locale.cons/string.pass.cpp index ee9ddbdca3e..f6d621b4737 100644 --- a/libcxx/test/std/localization/locales/locale/locale.cons/string.pass.cpp +++ b/libcxx/test/std/localization/locales/locale/locale.cons/string.pass.cpp @@ -17,7 +17,7 @@ #include <new> #include <cassert> -#include "count_new.hpp" +#include "count_new.h" #include "test_macros.h" #include "platform_support.h" // locale name macros diff --git a/libcxx/test/std/localization/locales/locale/locale.members/combine.pass.cpp b/libcxx/test/std/localization/locales/locale/locale.members/combine.pass.cpp index fc1f3d33bef..68c0438abb7 100644 --- a/libcxx/test/std/localization/locales/locale/locale.members/combine.pass.cpp +++ b/libcxx/test/std/localization/locales/locale/locale.members/combine.pass.cpp @@ -14,7 +14,7 @@ #include <stdexcept> #include <cassert> -#include "count_new.hpp" +#include "count_new.h" #include "test_macros.h" |