diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2002-10-22 10:44:04 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2002-10-22 10:44:04 -0400 |
commit | 874994a90e55fc45334465c3c217be17aa83c197 (patch) | |
tree | 900fd4b8564ad7135fbc2ccac41549b63d1aea3c /gcc | |
parent | 312af83702d437edfca82e98fb7ee31bbfd3c7de (diff) | |
download | gcc-874994a90e55fc45334465c3c217be17aa83c197.zip gcc-874994a90e55fc45334465c3c217be17aa83c197.tar.gz gcc-874994a90e55fc45334465c3c217be17aa83c197.tar.bz2 |
- Add final newline.
From-SVN: r58410
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/fastmath-1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/fastmath-1.c b/gcc/testsuite/gcc.dg/fastmath-1.c index 898c183..d03d66c 100644 --- a/gcc/testsuite/gcc.dg/fastmath-1.c +++ b/gcc/testsuite/gcc.dg/fastmath-1.c @@ -20,4 +20,5 @@ main() { foo(&dists[14], 128) != 156) abort(); -}
\ No newline at end of file +} + |