diff options
Diffstat (limited to 'tests/entry-time')
-rw-r--r-- | tests/entry-time/buildfile | 1 | ||||
-rw-r--r-- | tests/entry-time/driver.cxx | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/entry-time/buildfile b/tests/entry-time/buildfile index 3a21d56..97273ea 100644 --- a/tests/entry-time/buildfile +++ b/tests/entry-time/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/entry-time/driver.cxx b/tests/entry-time/driver.cxx index 9ce27ee..64538ea 100644 --- a/tests/entry-time/driver.cxx +++ b/tests/entry-time/driver.cxx @@ -4,7 +4,7 @@ #include <cassert> -#ifndef __cpp_lib_modules +#ifndef __cpp_lib_modules_ts #include <string> #include <chrono> #include <iostream> @@ -12,8 +12,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 |