Commented the test cases
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 5 May 2001 21:32:11 +0000 (21:32 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 5 May 2001 21:32:11 +0000 (21:32 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@779 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/tests/muldiv.c

index cb5742131357c3963f00967f2dd2e8646e2dd5dc..ad3bdfc5560104cda06e0af63f9718c0f248b983 100644 (file)
@@ -1,7 +1,7 @@
-/** Simple test for increment
+/** Simple test for the mul/div/mod operations.
 
     type: int
-    storage: ,
+    storage: , static
 */
 #include <testfwk.h>
 
@@ -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;