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