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