]> pd.if.org Git - nbds/blobdiff - test/CuTest.c
all structures now support arbitrary type keys with a fast path for integers
[nbds] / test / CuTest.c
index 2bcce6064fb37498ee4fd1b3b71ac44f8bb631ec..6eccb947a70f3a20592cded745d097c7bc0e9861 100644 (file)
@@ -140,10 +140,9 @@ static void CuFailInternal(CuTest* tc, const char* file, int line, CuString* str
 
        tc->failed = 1;
        tc->message = string->buffer;
-#ifdef ENABLE_TRACE
+    extern void lwt_halt(void);
     extern void lwt_dump(const char *);
     lwt_dump(tc->name);
-#endif
        if (tc->jumpBuf != 0) longjmp(*(tc->jumpBuf), 0);
 }