summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/function_kinds_3.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/function_kinds_3.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/function_kinds_3.f902
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/function_kinds_3.f90 b/gcc/testsuite/gfortran.dg/function_kinds_3.f90
index b1dd2b4a2d0..db95729690b 100644
--- a/gcc/testsuite/gfortran.dg/function_kinds_3.f90
+++ b/gcc/testsuite/gfortran.dg/function_kinds_3.f90
@@ -27,5 +27,3 @@ character(1,kind=char_t) function test4()
use m
test4 = 'A'
end function test4
-
-! { dg-final { cleanup-modules "m" } }