From 85154fbe44a753e3ce9878c1810db2ce6d48b84b Mon Sep 17 00:00:00 2001 From: johanknol Date: Wed, 24 Oct 2001 09:04:45 +0000 Subject: [PATCH] it's ok now git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1439 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/regression/tests/logic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.47.2