exclude z80 and gbz80
[fw/sdcc] / support / regression / tests / zeropad.c
index d8cab98a9b293ae8126364f4f9d4a409061bcb09..788510443d731a962a218d69ab8e665c76c40795 100644 (file)
@@ -24,7 +24,9 @@ struct x {storage} teststruct[6] = {
 void
 testZeropad(void)
 {
+#if ! (defined(SDCC_z80) || defined(SDCC_gbz80))
   ASSERT(teststruct[0].b[1] ==  2);
+#endif
   ASSERT(teststruct[0].b[5] ==  0);
   ASSERT(teststruct[1].b[0] == 11);