diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d598354d6ed..c3a169b50b9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2006-07-30 Jerry DeLisle + + PR libgfortran/28335 + * gfortran.dg/no_unit_error_1.f90: Delete test. + * gfortran.dg/no_unit_error_2.f90: Delete test. + 2006-07-30 Francois-Xavier Coudert * gcc/testsuite/gfortran.dg/chmod_3.f90: New test. diff --git a/gcc/testsuite/gfortran.dg/no_unit_error_1.f90 b/gcc/testsuite/gfortran.dg/no_unit_error_1.f90 deleted file mode 100644 index fea2875988d..00000000000 --- a/gcc/testsuite/gfortran.dg/no_unit_error_1.f90 +++ /dev/null @@ -1,7 +0,0 @@ -! { dg-do run } -! { dg-shouldfail "UNIT is not open before CLOSE" } -! PR28335 Check for error on no unit. - close(88) ! { dg-output "Can't find specified UNIT in CLOSE" } - end - - diff --git a/gcc/testsuite/gfortran.dg/no_unit_error_2.f90 b/gcc/testsuite/gfortran.dg/no_unit_error_2.f90 deleted file mode 100644 index 595191f9edf..00000000000 --- a/gcc/testsuite/gfortran.dg/no_unit_error_2.f90 +++ /dev/null @@ -1,7 +0,0 @@ -! { dg-do run } -! { dg-shouldfail "UNIT is not open before FLUSH" } -! PR28335 Check for error on no unit. - flush(88) ! { dg-output "Can't find specified UNIT in FLUSH" } - end - -