diff options
Diffstat (limited to 'tests/small-vector')
-rw-r--r-- | tests/small-vector/driver.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/small-vector/driver.cxx b/tests/small-vector/driver.cxx index a8326be..be8e6d8 100644 --- a/tests/small-vector/driver.cxx +++ b/tests/small-vector/driver.cxx @@ -1,8 +1,6 @@ // file : tests/small-vector/driver.cxx -*- C++ -*- // license : MIT; see accompanying LICENSE file -#include <cassert> - #ifndef __cpp_lib_modules_ts #include <string> #include <iostream> @@ -20,6 +18,9 @@ import butl.small_vector; #include <libbutl/small-vector.mxx> #endif +#undef NDEBUG +#include <cassert> + using namespace std; using namespace butl; |