diff --git a/testsuites/include/iCunit.h b/testsuites/include/iCunit.h index 72d8f23d..9a7b3bcc 100644 --- a/testsuites/include/iCunit.h +++ b/testsuites/include/iCunit.h @@ -245,7 +245,7 @@ extern void ICunitSaveErr(iiUINT32 line, iiUINT32 retCode); do { \ if ((param) != (value)) { \ ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ - return 1; \ + return; \ } \ } while (0)