From 52305ec0f8bd3fbff63a538fbef12ab9fee4340f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 24 Sep 2021 12:43:13 +0300 Subject: Fortify tests against NDEBUG --- tests/manifest/driver.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/manifest') diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 821aa63..2a38352 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -3,7 +3,6 @@ #include // ios_base::failbit, ios_base::badbit #include -#include #include #include // operator<<(ostream,exception) @@ -12,6 +11,9 @@ #include +#undef NDEBUG +#include + using namespace std; using namespace butl; using namespace bbot; -- cgit v1.1