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/timestamp/driver.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/timestamp') diff --git a/tests/timestamp/driver.cxx b/tests/timestamp/driver.cxx index 6283798..0ea2b38 100644 --- a/tests/timestamp/driver.cxx +++ b/tests/timestamp/driver.cxx @@ -3,8 +3,6 @@ #include // tzset() (POSIX), _tzset() (Windows) -#include - #ifndef __cpp_lib_modules_ts #include #include @@ -26,6 +24,9 @@ import butl.timestamp; #include #endif +#undef NDEBUG +#include + using namespace std; using namespace butl; -- cgit v1.1