From: Hans-Peter Nilsson Date: Thu, 26 Sep 2024 21:07:01 +0000 (+0200) Subject: testsuite/gfortran.dg/open_errors_2.f90: Remove now-redundant file deletion X-Git-Tag: basepoints/gcc-16~5644 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3471ae37200bd8154084334204a6f72a5bbae974;p=thirdparty%2Fgcc.git testsuite/gfortran.dg/open_errors_2.f90: Remove now-redundant file deletion Now that fort.N files are removed by the testsuite framework, remove this single "manual" file deletion. (Also, it should have been "remote_file target delete", since it's the target that creates the file, not the build framework, which might matter to some setups.) * gfortran.dg/open_errors_2.f90: Remove now-redundant file deletion. --- diff --git a/gcc/testsuite/gfortran.dg/open_errors_2.f90 b/gcc/testsuite/gfortran.dg/open_errors_2.f90 index 72d63bb3a39..dbe9112bc6f 100644 --- a/gcc/testsuite/gfortran.dg/open_errors_2.f90 +++ b/gcc/testsuite/gfortran.dg/open_errors_2.f90 @@ -16,4 +16,3 @@ rewind(522) close(522) end program -! { dg-final { remote_file build delete "fort.345" } }