Get rid of the remains of heavy debug

JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
Zsolt Borbély
2016-05-19 17:50:55 +02:00
parent 92bb551d45
commit 6b18710bc1
4 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -26,11 +26,11 @@
#include <string.h>
/**
* Verify that unit tests are built with all debug checks enabled
* Verify that unit tests are built with enabled debug check
*/
#if defined (JERRY_NDEBUG) || defined (JERRY_DISABLE_HEAVY_DEBUG)
# error "defined (JERRY_NDEBUG) || defined (JERRY_DISABLE_HEAVY_DEBUG) in a unit test"
#endif /* JERRY_NDEBUG || JERRY_DISABLE_HEAVY_DEBUG */
#ifdef JERRY_NDEBUG
# error "defined (JERRY_NDEBUG) in a unit test"
#endif /* JERRY_NDEBUG */
/**
* Test initialization statement that should be included