* src/SDCCcse.c (findPointerSet): fixed bug #1493710
[fw/sdcc] / src / regression / compare6.c
index 437f82c13a7480c2cda51548b084225aa2646d7b..c613df03b264a40960a8f58d9e427eed697d7750 100644 (file)
@@ -1,3 +1,4 @@
+#include "gpsim_assert.h"
 // Compound comparisons
 
 unsigned char success = 0;
@@ -15,12 +16,12 @@ char long0 = 0;
 char long1 = 0;
 
 void
-done ()
+done()
 {
-  dummy++;
+  ASSERT(MANGLE(failures) == 0);
+  PASSED();
 }
 
-
 void c_char(void)
 {