diff options
Diffstat (limited to 'libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/copy.pass.cpp')
-rw-r--r-- | libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/copy.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/copy.pass.cpp b/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/copy.pass.cpp index 9265c70f6f4..878d2196c73 100644 --- a/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/copy.pass.cpp +++ b/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/copy.pass.cpp @@ -14,7 +14,7 @@ // path& operator=(path const&); -#include "filesystem_include.hpp" +#include "filesystem_include.h" #include <type_traits> #include <cassert> |