]> git.gag.com Git - fw/sdcc/commitdiff
it's ok now
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 24 Oct 2001 09:04:45 +0000 (09:04 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 24 Oct 2001 09:04:45 +0000 (09:04 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1439 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/tests/logic.c

index f8c0223396a922e2beed47596ec248e8dd9e3126..085cd7464bf327d8382a48c2b35eedfb97d7ee15 100644 (file)
@@ -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()) {