summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/class_array_7.f03
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/class_array_7.f03')
-rw-r--r--gcc/testsuite/gfortran.dg/class_array_7.f031
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/class_array_7.f03 b/gcc/testsuite/gfortran.dg/class_array_7.f03
index 435e6f52ee6..5c9673ff72b 100644
--- a/gcc/testsuite/gfortran.dg/class_array_7.f03
+++ b/gcc/testsuite/gfortran.dg/class_array_7.f03
@@ -54,4 +54,5 @@ program main
if (trim (print_type ("a", a)) .ne. "a is extended_type") call abort
call reallocate (a)
if (trim (print_type ("a", a)) .ne. "a is base_type") call abort
+ deallocate (a)
end program main