diff options
Diffstat (limited to 'libcxx/test/std/input.output/filesystems/class.path/synop.pass.cpp')
-rw-r--r-- | libcxx/test/std/input.output/filesystems/class.path/synop.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/input.output/filesystems/class.path/synop.pass.cpp b/libcxx/test/std/input.output/filesystems/class.path/synop.pass.cpp index 8aa186e32ae..a47ab2564a6 100644 --- a/libcxx/test/std/input.output/filesystems/class.path/synop.pass.cpp +++ b/libcxx/test/std/input.output/filesystems/class.path/synop.pass.cpp @@ -16,7 +16,7 @@ // typedef basic_string<value_type> string_type; // static constexpr value_type preferred_separator = ...; -#include "filesystem_include.hpp" +#include "filesystem_include.h" #include <type_traits> #include <cassert> |