From 9137f385af0fe619a310b25be82ddfe3c6ae37e2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 14 Oct 2021 21:28:24 +0300 Subject: Fortify tests against NDEBUG --- tests/roundtrip/driver.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/roundtrip/driver.cxx') diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx index 02842ad..3cca872 100644 --- a/tests/roundtrip/driver.cxx +++ b/tests/roundtrip/driver.cxx @@ -3,12 +3,14 @@ #include #include -#include #include #include #include +#undef NDEBUG +#include + using namespace std; using namespace xml; -- cgit v1.1