diff options
Diffstat (limited to 'tests/path/driver.cxx')
-rw-r--r-- | tests/path/driver.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/path/driver.cxx b/tests/path/driver.cxx index ededb58..72fdf9f 100644 --- a/tests/path/driver.cxx +++ b/tests/path/driver.cxx @@ -4,15 +4,15 @@ #include <cassert> -#ifndef __cpp_lib_modules +#ifndef __cpp_lib_modules_ts #include <iostream> #include <type_traits> #endif // Other includes. -#ifdef __cpp_modules -#ifdef __cpp_lib_modules +#ifdef __cpp_modules_ts +#ifdef __cpp_lib_modules_ts import std.core; import std.io; #endif |