* src/SDCCsymt.c (compareType): fixed bugs 1738367 and 1745717 with patch
[fw/sdcc] / support / regression / tests / bug-927659.c
index 5e809a0c81bf86483d95317ce98cb46c992cf034..96fc3eb536fdb0a11b83ff73f80fb82dbf8ab694 100644 (file)
@@ -37,7 +37,6 @@ testReverse(void)
 void
 testAddFunc(void)
 {
-#ifndef SDCC_z80
   char buf[5];
   unsigned char count = 0;
 
@@ -45,7 +44,4 @@ testAddFunc(void)
   ASSERT(count == 1 &&
          buf[0] == '5' &&
          buf[1] == '\0');
-#else
-  ASSERT(1);
-#endif
 }