From 79a99cfca1223aa1f17ceed0ab2fd5de16108b5b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 14 Oct 2021 21:16:00 +0300 Subject: Fortify tests against NDEBUG --- tests/fs/path/driver.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/fs/path') diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx index ca1f2b6..75276d5 100644 --- a/tests/fs/path/driver.cxx +++ b/tests/fs/path/driver.cxx @@ -1,11 +1,13 @@ // file : tests/fs/path/driver.cxx // license : MIT; see accompanying LICENSE file -#include #include #include +#undef NDEBUG +#include + using std::cerr; using std::endl; -- cgit v1.1