From 9a6dedb849edebb0fdb9332fdae4a9033e2238dc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 19 Nov 2021 19:56:20 +0300 Subject: Fortify tests against NDEBUG --- cli-tests/group/driver.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cli-tests/group') diff --git a/cli-tests/group/driver.cxx b/cli-tests/group/driver.cxx index 01abf23..357b9a9 100644 --- a/cli-tests/group/driver.cxx +++ b/cli-tests/group/driver.cxx @@ -6,11 +6,13 @@ // #include -#include #include #include "test.hxx" +#undef NDEBUG +#include + using namespace std; int -- cgit v1.1