diff options
Diffstat (limited to 'tests/test/script')
-rw-r--r-- | tests/test/script/runner/driver.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test/script/runner/driver.cxx b/tests/test/script/runner/driver.cxx index f081714..d0e7601 100644 --- a/tests/test/script/runner/driver.cxx +++ b/tests/test/script/runner/driver.cxx @@ -11,7 +11,6 @@ #include <limits> // numeric_limits #include <string> #include <cstdlib> // abort() -#include <cassert> #include <ostream> // endl, *bit #include <istream> // istream::traits_type::eof() #include <iostream> @@ -22,6 +21,9 @@ #include <libbutl/fdstream.mxx> #include <libbutl/filesystem.mxx> +#undef NDEBUG +#include <cassert> + using namespace std; using namespace butl; |