diff options
Diffstat (limited to 'libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp')
-rw-r--r-- | libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp b/libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp index 64caf5cc0d5..511fad2ac84 100644 --- a/libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp +++ b/libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp @@ -15,7 +15,7 @@ #include <cassert> #include "test_macros.h" -#include "constexpr_char_traits.hpp" +#include "constexpr_char_traits.h" int main(int, char**) { |