From 7a4fc37f264cdb67f2f83fa92703c869215bbc86 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 24 Sep 2021 13:32:30 +0300 Subject: Fortify tests against NDEBUG --- tests/uuid/driver.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/uuid') diff --git a/tests/uuid/driver.cxx b/tests/uuid/driver.cxx index d8dae23..63e5bc7 100644 --- a/tests/uuid/driver.cxx +++ b/tests/uuid/driver.cxx @@ -5,13 +5,15 @@ # include // GUID #endif -#include #include #include #include #include +#undef NDEBUG +#include + using namespace std; using namespace butl; -- cgit v1.1