make testcase return 0 in main
authorMatthias Braun <matze@braunis.de>
Tue, 29 Jul 2008 10:25:46 +0000 (10:25 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 29 Jul 2008 10:25:46 +0000 (10:25 +0000)
[r20752]

ir/be/test/am_explode.c

index b764301..1d950be 100644 (file)
@@ -39,5 +39,5 @@ int main(void)
        array[30] = c + 31;
        array[31] = c + 32;
 
-       return array[10];
+       return array[10] - a - b - 11;
 }