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