Skip to content
Snippets Groups Projects
Commit b68e2e0d authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

[shared_ptrtest] Make sure assert works even when not compiling for debugging.

[[Imported from SVN: r6320]]
parent fb609186
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,11 @@
// $Id$
// make sure assert works even when not compiling for debugging
#ifdef NDEBUG
#undef NDEBUG
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
......
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