diff options
Diffstat (limited to 'libcxx/test/std/input.output/filesystems/class.path/path.nonmember/append_op.fail.cpp')
-rw-r--r-- | libcxx/test/std/input.output/filesystems/class.path/path.nonmember/append_op.fail.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/append_op.fail.cpp b/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/append_op.fail.cpp index bcc4758f45f..e326c171280 100644 --- a/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/append_op.fail.cpp +++ b/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/append_op.fail.cpp @@ -10,7 +10,7 @@ // <filesystem> -#include "filesystem_include.hpp" +#include "filesystem_include.h" using namespace fs; @@ -25,4 +25,4 @@ int main(int, char**) { (void)(LHS / RHS); // expected-error {{invalid operands to binary expression}} return 0; -}
\ No newline at end of file +} |