diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fdstream/driver.cxx | 2 | ||||
-rw-r--r-- | tests/progress/driver.cxx | 2 | ||||
-rw-r--r-- | tests/regex/driver.cxx | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/fdstream/driver.cxx b/tests/fdstream/driver.cxx index dd70cff..59c042b 100644 --- a/tests/fdstream/driver.cxx +++ b/tests/fdstream/driver.cxx @@ -28,7 +28,7 @@ import std.core; import std.io; #ifndef _WIN32 -//@@ MOD TODO import std.threading; +import std.threading; #endif #endif import butl.path; diff --git a/tests/progress/driver.cxx b/tests/progress/driver.cxx index c8c2080..9bea4f7 100644 --- a/tests/progress/driver.cxx +++ b/tests/progress/driver.cxx @@ -27,7 +27,7 @@ import std.core; import std.io; #ifndef _WIN32 -//@@ MOD TODO import std.threading; +import std.threading; #endif #endif import butl.process; diff --git a/tests/regex/driver.cxx b/tests/regex/driver.cxx index d48b716..3f6129a 100644 --- a/tests/regex/driver.cxx +++ b/tests/regex/driver.cxx @@ -16,6 +16,7 @@ #ifdef __cpp_lib_modules import std.core; import std.io; +import std.regex; // @@ MOD TODO: shouldn't be necessary (re-export). #endif import butl.regex; import butl.utility; // operator<<(ostream, exception) |