diff options
Diffstat (limited to 'tests/strcase')
-rw-r--r-- | tests/strcase/buildfile | 1 | ||||
-rw-r--r-- | tests/strcase/driver.cxx | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/strcase/buildfile b/tests/strcase/buildfile index 1b41f73..1aab4ab 100644 --- a/tests/strcase/buildfile +++ b/tests/strcase/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/strcase/driver.cxx b/tests/strcase/driver.cxx index 2ba095a..e9b779c 100644 --- a/tests/strcase/driver.cxx +++ b/tests/strcase/driver.cxx @@ -4,14 +4,14 @@ #include <cassert> -#ifndef __cpp_lib_modules +#ifndef __cpp_lib_modules_ts #include <string> #endif // Other includes. -#ifdef __cpp_modules -#ifdef __cpp_lib_modules +#ifdef __cpp_modules_ts +#ifdef __cpp_lib_modules_ts import std.core; #endif import butl.utility; |