summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/missing_derived_type_1.f90
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-10 17:57:59 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-10 17:57:59 +0000
commit73d774f662ae0655364adaf29bb09180821abc03 (patch)
tree83b547627728caf21057292daf58dd55183cc2e9 /gcc/testsuite/gfortran.dg/missing_derived_type_1.f90
parent0bf923d1dbf60a96d1533656637e7915461664fd (diff)
downloadgcc-73d774f662ae0655364adaf29bb09180821abc03.tar.gz
Cleanup double words.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172245 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gfortran.dg/missing_derived_type_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/missing_derived_type_1.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/missing_derived_type_1.f90 b/gcc/testsuite/gfortran.dg/missing_derived_type_1.f90
index 49c1ec8cedf..c890927179c 100644
--- a/gcc/testsuite/gfortran.dg/missing_derived_type_1.f90
+++ b/gcc/testsuite/gfortran.dg/missing_derived_type_1.f90
@@ -1,5 +1,5 @@
! { dg-do compile }
-! Tests the fix for PR29364, in which the the absence of the derived type
+! Tests the fix for PR29364, in which the absence of the derived type
! 'nonexist' was not diagnosed.
!
! Contributed by Tobias Burnus <tobias.burnus@physik.fu-berlin.de>