summaryrefslogtreecommitdiff
path: root/cli-tests/combined
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/combined
parentcd3758bb328ff425bb06f18c81d3c353b508a336 (diff)
Fortify tests against NDEBUG
Diffstat (limited to 'cli-tests/combined')
-rw-r--r--cli-tests/combined/driver.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli-tests/combined/driver.cxx b/cli-tests/combined/driver.cxx
index dcbdd34..3e96f0c 100644
--- a/cli-tests/combined/driver.cxx
+++ b/cli-tests/combined/driver.cxx
@@ -9,6 +9,9 @@
#include "test.hxx"
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
int