summaryrefslogtreecommitdiff
path: root/cli-tests/ctor/driver.cxx
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/ctor/driver.cxx
parentcd3758bb328ff425bb06f18c81d3c353b508a336 (diff)
Fortify tests against NDEBUG
Diffstat (limited to 'cli-tests/ctor/driver.cxx')
-rw-r--r--cli-tests/ctor/driver.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli-tests/ctor/driver.cxx b/cli-tests/ctor/driver.cxx
index ed306f4..72c1954 100644
--- a/cli-tests/ctor/driver.cxx
+++ b/cli-tests/ctor/driver.cxx
@@ -4,6 +4,9 @@
#include "test.hxx"
+#undef NDEBUG
+#include <cassert>
+
int
main (int argc, char* argv[])
{