aboutsummaryrefslogtreecommitdiff
path: root/tests/progress/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/progress/driver.cxx')
-rw-r--r--tests/progress/driver.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/progress/driver.cxx b/tests/progress/driver.cxx
index 2a0b647..68952a7 100644
--- a/tests/progress/driver.cxx
+++ b/tests/progress/driver.cxx
@@ -8,8 +8,6 @@
# include <io.h> //_write()
#endif
-#include <cassert>
-
#ifndef __cpp_lib_modules_ts
#include <string>
#include <cstddef> // size_t
@@ -41,6 +39,9 @@ import butl.small_vector; // @@ MOD Clang should not be necessary.
#include <libbutl/diagnostics.mxx>
#endif
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
using namespace butl;