diff options
Diffstat (limited to 'tests/progress')
-rw-r--r-- | tests/progress/buildfile | 1 | ||||
-rw-r--r-- | tests/progress/driver.cxx | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/progress/buildfile b/tests/progress/buildfile index ee983e0..e1a1e77 100644 --- a/tests/progress/buildfile +++ b/tests/progress/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/progress/driver.cxx b/tests/progress/driver.cxx index b306b3b..fd7996d 100644 --- a/tests/progress/driver.cxx +++ b/tests/progress/driver.cxx @@ -11,7 +11,7 @@ #include <cassert> -#ifndef __cpp_lib_modules +#ifndef __cpp_lib_modules_ts #include <string> #include <cstddef> // size_t #include <iostream> @@ -22,8 +22,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; #ifndef _WIN32 |