From: johanknol Date: Wed, 24 Oct 2001 09:04:45 +0000 (+0000) Subject: it's ok now X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=85154fbe44a753e3ce9878c1810db2ce6d48b84b;p=fw%2Fsdcc it's ok now git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1439 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/regression/tests/logic.c b/support/regression/tests/logic.c index f8c02233..085cd746 100644 --- a/support/regression/tests/logic.c +++ b/support/regression/tests/logic.c @@ -51,7 +51,7 @@ testLogicalAnd(void) ASSERT(true && !false); ASSERT(!false && true); -#if 0 +#if 1 /* PENDING: Doesn't work. */ /* Test that the evaluation is aborted on the first false. */ if (true && false && neverGetHere()) {