diff options
Diffstat (limited to 'tests/fdstream')
-rw-r--r-- | tests/fdstream/buildfile | 1 | ||||
-rw-r--r-- | tests/fdstream/driver.cxx | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/fdstream/buildfile b/tests/fdstream/buildfile index f69bc95..cf3d3aa 100644 --- a/tests/fdstream/buildfile +++ b/tests/fdstream/buildfile @@ -3,7 +3,6 @@ # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} -libs += $stdmod_lib exe{driver}: {hxx cxx}{*} $libs diff --git a/tests/fdstream/driver.cxx b/tests/fdstream/driver.cxx index ee75a31..4a85526 100644 --- a/tests/fdstream/driver.cxx +++ b/tests/fdstream/driver.cxx @@ -8,7 +8,7 @@ #include <cassert> -#ifndef __cpp_lib_modules +#ifndef __cpp_lib_modules_ts #ifndef _WIN32 # include <chrono> #endif @@ -27,8 +27,8 @@ // Other includes. -#ifdef __cpp_modules -#ifdef __cpp_lib_modules +#ifdef __cpp_modules_ts +#ifdef __cpp_lib_modules_ts import std.core; import std.io; #ifndef _WIN32 |