diff options
Diffstat (limited to 'tests/tab-parser')
-rw-r--r-- | tests/tab-parser/buildfile | 1 | ||||
-rw-r--r-- | tests/tab-parser/driver.cxx | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/tab-parser/buildfile b/tests/tab-parser/buildfile index c527af6..fd666d0 100644 --- a/tests/tab-parser/buildfile +++ b/tests/tab-parser/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/tab-parser/driver.cxx b/tests/tab-parser/driver.cxx index 59622b6..3a5ffa3 100644 --- a/tests/tab-parser/driver.cxx +++ b/tests/tab-parser/driver.cxx @@ -4,15 +4,15 @@ #include <cassert> -#ifndef __cpp_lib_modules +#ifndef __cpp_lib_modules_ts #include <string> #include <iostream> #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 |