OSDN Git Service

2005-04-07 Thomas Koenig <Thomas.Koenig@online.de>
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Apr 2005 15:11:59 +0000 (15:11 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Apr 2005 15:11:59 +0000 (15:11 +0000)
* gfortran.dg/eor_1.f90:  Fix dg-do run line
* gfortran.dg/open_new.f90:  Fix dg-do run line

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97784 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/eor_1.f90
gcc/testsuite/gfortran.dg/open_new.f90

index 99cd166..444e7f6 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-07  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       * gfortran.dg/eor_1.f90:  Fix dg-do run line
+       * gfortran.dg/open_new.f90:  Fix dg-do run line
+
 2005-04-07  Hans-Peter Nilsson  <hp@axis.com>
 
        * lib/target-supports.exp (get_compiler_messages): Support
 2005-04-07  Hans-Peter Nilsson  <hp@axis.com>
 
        * lib/target-supports.exp (get_compiler_messages): Support
index c61a0b7..dd3b5e9 100644 (file)
@@ -1,4 +1,4 @@
-! { dg do-run }
+! { dg-do run }
 ! PR 19451: The test for advance='NO' with eor used to be reversed.
 program main
   character*2 c
 ! PR 19451: The test for advance='NO' with eor used to be reversed.
 program main
   character*2 c
index 9e9c951..3b8e95a 100644 (file)
@@ -1,4 +1,4 @@
-! { dg do-run }
+! { dg-do run }
 ! PR 18982:  verifies that opening an existing file with
 !            status="new" is an error
 program main
 ! PR 18982:  verifies that opening an existing file with
 !            status="new" is an error
 program main