proc_ptr_comp_23.f90: Add a missing space.
authorH.J. Lu <hjl@gcc.gnu.org>
Fri, 20 Nov 2009 14:07:06 +0000 (06:07 -0800)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 20 Nov 2009 14:07:06 +0000 (06:07 -0800)
2009-11-20  H.J. Lu  <hongjiu.lu@intel.com>

* gfortran.dg/proc_ptr_comp_23.f90: Add a missing space.

From-SVN: r154364

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

index 9c9cf59..f4be393 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gfortran.dg/proc_ptr_comp_23.f90: Add a missing space.
+
 2009-11-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * gcc.dg/tree-ssa/vrp47.c: Skip on S/390.
@@ -17,7 +21,7 @@
            Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/42104
-       * gfortran.dg/proc_ptr_comp_23.f90 : New test.
+       * gfortran.dg/proc_ptr_comp_23.f90: New test.
 
 2009-11-19  Jason Merrill  <jason@redhat.com>
 
index 270d2c4..8b1c691 100644 (file)
@@ -70,4 +70,4 @@ print *, p(nr=3,x=(/0.1,0.1/))
 print *, funcp%p(nr=3,x=(/0.1,0.1/))
 
 end program t
-! { dg-final { cleanup-modules "poisson_functions_m element_defs_m" }}
+! { dg-final { cleanup-modules "poisson_functions_m element_defs_m" } }