From: michaelh Date: Sat, 5 May 2001 21:32:11 +0000 (+0000) Subject: Commented the test cases X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a87c4dc1306ea3c2b4999287cd988d0c1c0c117b;p=fw%2Fsdcc Commented the test cases git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@779 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/regression/tests/muldiv.c b/support/regression/tests/muldiv.c index cb574213..ad3bdfc5 100644 --- a/support/regression/tests/muldiv.c +++ b/support/regression/tests/muldiv.c @@ -1,7 +1,7 @@ -/** Simple test for increment +/** Simple test for the mul/div/mod operations. type: int - storage: , + storage: , static */ #include @@ -9,6 +9,7 @@ static void testMul(void) { #if SDCC + // Disabled as the z80 port is broken #else volatile {storage} {type} i; @@ -26,6 +27,7 @@ static void testDiv(void) { #if SDCC + // Disabled as the z80 port is broken #else volatile {storage} {type} i;