summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/bind_c_dts_4.f03
diff options
context:
space:
mode:
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-15 10:42:32 +0000
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-15 10:42:32 +0000
commit40759df4228852994de49b13baf9ac6238a971a0 (patch)
treee9eb2e473c5277bde0bf04aa49158c5df7ac2e27 /gcc/testsuite/gfortran.dg/bind_c_dts_4.f03
parent0703c8dc279a987ec67337f6ace871f7dcad38b7 (diff)
downloadgcc-40759df4228852994de49b13baf9ac6238a971a0.tar.gz
Remove now redundant manual cleanup-modules directive.
2012-05-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * gfortran.dg/*.f90: Remove now redundant manual cleanup-modules directive. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187521 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gfortran.dg/bind_c_dts_4.f03')
-rw-r--r--gcc/testsuite/gfortran.dg/bind_c_dts_4.f032
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/bind_c_dts_4.f03 b/gcc/testsuite/gfortran.dg/bind_c_dts_4.f03
index c6fc4024443..1e42d5b9bec 100644
--- a/gcc/testsuite/gfortran.dg/bind_c_dts_4.f03
+++ b/gcc/testsuite/gfortran.dg/bind_c_dts_4.f03
@@ -7,5 +7,3 @@ use iso_c_binding, only: c_int
end type
type(foo), bind(c) :: cp
end module test
-
-! { dg-final { cleanup-modules "test" } }