Regression tests now pass on z80
[fw/sdcc] / support / regression / tests / muldiv.c
index c1bb3e513aa0fc193bde7228ac4a60208e88e80c..c66c70574974ef4917c32c89eaa5196af5f28fc5 100644 (file)
@@ -40,7 +40,7 @@ testUnsignedMul(void)
     ASSERT(result == 111);
 
     result = i*12;
-    ASSERT(result == (({type})444));
+    ASSERT(result == ((unsigned {type})444));
 }
 
 static void