diff options
Diffstat (limited to 'tests/process')
-rw-r--r-- | tests/process/buildfile | 1 | ||||
-rw-r--r-- | tests/process/driver.cxx | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/process/buildfile b/tests/process/buildfile index 8c932d8..43b4085 100644 --- a/tests/process/buildfile +++ b/tests/process/buildfile @@ -3,6 +3,5 @@ # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} -libs += $stdmod_lib exe{driver}: {hxx cxx}{*} $libs testscript diff --git a/tests/process/driver.cxx b/tests/process/driver.cxx index ea42c07..e3c8e4a 100644 --- a/tests/process/driver.cxx +++ b/tests/process/driver.cxx @@ -4,7 +4,7 @@ #include <cassert> -#ifndef __cpp_lib_modules +#ifndef __cpp_lib_modules_ts #include <ios> #include <string> #include <vector> @@ -15,8 +15,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; #endif |