Improve test
authorMatthias Braun <matze@braunis.de>
Fri, 3 Aug 2007 16:51:07 +0000 (16:51 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 3 Aug 2007 16:51:07 +0000 (16:51 +0000)
[r15463]

ir/be/test/convtest.c

index 3a32305..43b489e 100644 (file)
@@ -21,6 +21,6 @@ int convtest_func(char c, short s, int i, float f, double d) {
 }
 
 int main() {
-       printf("%d\n", convtest_func('a', 42, 2444, 7.753f, 8.222));
+       printf("%d (expected 7576)\n", convtest_func('a', 42, 2444, 7.753f, 8.222));
        return 0;
 }