20061124-1.c: Add "exit(0);" to the end of main.

2006-11-24  Andrew Pinski  <andrew_pinski@playstation.sony.com

        * gcc.dg/20061124-1.c: Add "exit(0);" to the end of main.

From-SVN: r119176
This commit is contained in:
Andrew Pinski 2006-11-24 15:08:08 -08:00 committed by Andrew Pinski
parent 536afc35bc
commit 5a7e31e646
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-11-24 Andrew Pinski <andrew_pinski@playstation.sony.com
* gcc.dg/20061124-1.c: Add "exit(0);" to the end of main.
2006-11-24 Paul Thomas <pault@gcc.gnu.org>
PR fortran/20880

View File

@ -16,4 +16,5 @@ main ()
if (!flag)
abort ();
exit (0);
}