From 8de03037b59f06f74adc8cf6dda0be7bd7f9a0b7 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 3 Aug 2007 16:51:07 +0000 Subject: [PATCH] Improve test [r15463] --- ir/be/test/convtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/test/convtest.c b/ir/be/test/convtest.c index 3a323052e..43b489e97 100644 --- a/ir/be/test/convtest.c +++ b/ir/be/test/convtest.c @@ -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; } -- 2.20.1