]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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)
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

index 72d63bb3a39f6936e063c4aca974940ffe1f3e6e..dbe9112bc6fdf3201ed1ad4b7df5027b1bef1e21 100644 (file)
@@ -16,4 +16,3 @@
   rewind(522)
   close(522)
 end program
-! { dg-final { remote_file build delete "fort.345" } }