From 09c68baa38cc66400b8bdb86137d8c6e1b0e663e Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Wed, 23 Oct 2002 17:05:02 +0000 Subject: [PATCH] add return 0, newline at end From-SVN: r58459 --- gcc/testsuite/gcc.dg/fastmath-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/fastmath-1.c b/gcc/testsuite/gcc.dg/fastmath-1.c index d03d66c2c01..1194a6f7d42 100644 --- a/gcc/testsuite/gcc.dg/fastmath-1.c +++ b/gcc/testsuite/gcc.dg/fastmath-1.c @@ -20,5 +20,5 @@ main() { foo(&dists[14], 128) != 156) abort(); + return 0; } - -- 2.30.2