diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test.cpp b/src/test.cpp index 87ab49c..85f1bad 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -20,6 +20,7 @@ #include <thread> #include <vector> +#undef NDEBUG #include <assert.h> static const std::string color("[35m"); |