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