diff options
Diffstat (limited to 'libcxx/test/support/filesystem_test_helper.hpp')
| -rw-r--r-- | libcxx/test/support/filesystem_test_helper.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/test/support/filesystem_test_helper.hpp b/libcxx/test/support/filesystem_test_helper.hpp index 755be90351f..622a60d1c96 100644 --- a/libcxx/test/support/filesystem_test_helper.hpp +++ b/libcxx/test/support/filesystem_test_helper.hpp @@ -1,7 +1,7 @@ #ifndef FILESYSTEM_TEST_HELPER_HPP #define FILESYSTEM_TEST_HELPER_HPP -#include <experimental/filesystem> +#include "filesystem_include.hpp" #include <cassert> #include <cstdio> // for printf #include <string> @@ -9,7 +9,6 @@ #include <random> #include <chrono> -namespace fs = std::experimental::filesystem; // static test helpers |

