Skip to content
Snippets Groups Projects
Commit a56c4589 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

typo: `NDDEBUG` -> `NDEBUG`

parent 3f52a9e2
No related branches found
No related tags found
1 merge request!386fix several typos
......@@ -5,7 +5,7 @@
#ifdef TEST_NDEBUG
#define NDEBUG TEST_NDEBUG
#else
#undef NDDEBUG
#undef NDEBUG
#endif
#include <cassert>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment