]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite/gfortran.dg/open_errors_2.f90: Remove now-redundant file deletion
authorHans-Peter Nilsson <hp@axis.com>
Thu, 26 Sep 2024 21:07:01 +0000 (23:07 +0200)
committerHans-Peter Nilsson <hp@bitrange.com>
Fri, 27 Sep 2024 01:53:29 +0000 (03:53 +0200)
commit3471ae37200bd8154084334204a6f72a5bbae974
tree3a8489c93a379c75a0a62aea15e0c09e3036f102
parentff20f2b5996fd83b04e0a80ab87227536ce61d92
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.
gcc/testsuite/gfortran.dg/open_errors_2.f90