* gfortran.dg/return_1.f90: Fix dg annotation.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Tue, 10 May 2005 22:32:38 +0000 (00:32 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Tue, 10 May 2005 22:32:38 +0000 (00:32 +0200)
From-SVN: r99546

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/return_1.f90

index 70657735ed7eb77bcb9d796f212bd60aacb8c0d4..199e9ab98d246b2d808126adc37e4791b2dad839 100644 (file)
@@ -4,6 +4,8 @@
        * gfortran.dg/f2c_1.f90, gfortran.dg/f2c_2.f90,
        gfortran.dg/f2c_3.f90: New tests.
 
+       * gfortran.dg/return_1.f90: Fix dg annotation.
+
 2005-05-10  Diego Novillo  <dnovillo@redhat.com>
 
        * gcc.c-torture/compile/20050510-1.c: New test.
index 1358af28dc23c0db648e5020279f9154123df311..a66b4c199ed20c8dddd06dc2ae9942c0442d5b5b 100644 (file)
@@ -2,5 +2,5 @@
 ! Test cases where no blank is required after RETURN
 subroutine sub(*)
 return(1)
-return1 ! { dg-error }
+return1 ! { dg-error "" }
 end subroutine