diff options
Diffstat (limited to 'tests/repository-location/driver.cxx')
-rw-r--r-- | tests/repository-location/driver.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index 3eb8101..b0c7039 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -2,7 +2,6 @@ // license : MIT; see accompanying LICENSE file #include <string> -#include <cassert> #include <sstream> #include <iostream> #include <stdexcept> // invalid_argument, logic_error @@ -12,6 +11,9 @@ #include <libbpkg/manifest.hxx> +#undef NDEBUG +#include <cassert> + using namespace std; using namespace butl; |