From: Andrew Pinski Date: Fri, 24 Nov 2006 23:08:08 +0000 (-0800) Subject: 20061124-1.c: Add "exit(0);" to the end of main. X-Git-Tag: releases/gcc-4.3.0~8298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a7e31e6467a12c4f52cac9748267a7e6020a905;p=thirdparty%2Fgcc.git 20061124-1.c: Add "exit(0);" to the end of main. 2006-11-24 Andrew Pinski PR fortran/20880 diff --git a/gcc/testsuite/gcc.dg/20061124-1.c b/gcc/testsuite/gcc.dg/20061124-1.c index 14d04395e388..8a2d2565cb4f 100644 --- a/gcc/testsuite/gcc.dg/20061124-1.c +++ b/gcc/testsuite/gcc.dg/20061124-1.c @@ -16,4 +16,5 @@ main () if (!flag) abort (); + exit (0); }