From 8c11cfb8064888a0e3e76ba3335ca03c49dfad5b Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 2 Apr 2007 14:15:30 +0000 Subject: [PATCH] check for correct float rounding [r12624] --- 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 1e030502d..f4a973001 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.153f, 8.222)); + printf("%d\n", convtest_func('a', 42, 2444, 7.753f, 8.222)); return 0; } -- 2.20.1