summaryrefslogtreecommitdiff
path: root/cli-tests/group
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-19 19:56:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-19 19:56:20 +0300
commit9a6dedb849edebb0fdb9332fdae4a9033e2238dc (patch)
treef92e029a208412cb4f1da8342d6803a12bd1a684 /cli-tests/group
parentcd3758bb328ff425bb06f18c81d3c353b508a336 (diff)
Fortify tests against NDEBUG
Diffstat (limited to 'cli-tests/group')
-rw-r--r--cli-tests/group/driver.cxx4
1 files changed, 3 insertions, 1 deletions
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 <string>
-#include <cassert>
#include <iostream>
#include "test.hxx"
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
int