From c1360b06e558323af4e9ac3654a828316a5ac07c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 26 Aug 2018 20:58:36 +0200 Subject: Remove undef NDEBUG from test_utils.hpp Towards also using these utilities in benchmarks as well. The unit test files individually do this to ensure that assertions are enabled. --- test/test_utils.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/test_utils.hpp b/test/test_utils.hpp index 63b760c..8c95fb4 100644 --- a/test/test_utils.hpp +++ b/test/test_utils.hpp @@ -18,8 +18,6 @@ #ifndef TEST_UTILS_HPP #define TEST_UTILS_HPP -#undef NDEBUG - #include "chilbert/DynamicBitVec.hpp" #include "chilbert/SmallBitVec.hpp" -- cgit v1.2.1