summaryrefslogtreecommitdiff
path: root/cli-tests/specifier/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/specifier/driver.cxx
parentcd3758bb328ff425bb06f18c81d3c353b508a336 (diff)
Fortify tests against NDEBUG
Diffstat (limited to 'cli-tests/specifier/driver.cxx')
-rw-r--r--cli-tests/specifier/driver.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli-tests/specifier/driver.cxx b/cli-tests/specifier/driver.cxx
index 50b9cf5..15b9695 100644
--- a/cli-tests/specifier/driver.cxx
+++ b/cli-tests/specifier/driver.cxx
@@ -6,10 +6,12 @@
//
#include <string>
-#include <cassert>
#include "test.hxx"
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
int