From 87790a648ffd31287ddd8abbc883ff655a059802 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 19 Nov 2021 20:19:48 +0300 Subject: Fortify tests against NDEBUG --- tests/schema/driver.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/schema/driver.cxx b/tests/schema/driver.cxx index 09ef2e5..b9b218c 100644 --- a/tests/schema/driver.cxx +++ b/tests/schema/driver.cxx @@ -11,6 +11,9 @@ #include +#undef NDEBUG +#include + using namespace std; using namespace XSDFrontend; -- cgit v1.1