From 2f0f77b511a3dae214d084105a4277ea0009300b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 19 Nov 2021 20:55:18 +0300 Subject: Fortify tests against NDEBUG --- xsd-tests/schema/attribute/driver.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xsd-tests/schema/attribute') diff --git a/xsd-tests/schema/attribute/driver.cxx b/xsd-tests/schema/attribute/driver.cxx index 3d29b36..061e69c 100644 --- a/xsd-tests/schema/attribute/driver.cxx +++ b/xsd-tests/schema/attribute/driver.cxx @@ -5,6 +5,9 @@ #include "global.hxx" #include "local.hxx" +#undef NDEBUG +#include + int main (int, char*[]) { -- cgit v1.1