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/position/driver.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli-tests/position') diff --git a/cli-tests/position/driver.cxx b/cli-tests/position/driver.cxx index eebb5d0..df45f5b 100644 --- a/cli-tests/position/driver.cxx +++ b/cli-tests/position/driver.cxx @@ -8,6 +8,9 @@ #include "test.hxx" +#undef NDEBUG +#include + using namespace std; int -- cgit v1.1