From d98e538a1b4e9eaa3b8412db59ff4a1c200f3df6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 24 Sep 2021 12:39:00 +0300 Subject: Fortify tests against NDEBUG --- tests/repository-location/driver.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/repository-location') 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 -#include #include #include #include // invalid_argument, logic_error @@ -12,6 +11,9 @@ #include +#undef NDEBUG +#include + using namespace std; using namespace butl; -- cgit v1.1