OSDN Git Service

PR debug/43329
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / streamio_3.f90
index 0cbab67..d73e431 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run { target fd_truncate } }
+! { dg-do run }
 ! PR25828 Stream IO test 3, tests read_x and inquire.
 ! Contributed by Jerry DeLisle <jvdelisle@verizon.net>.
 program streamio_3
@@ -15,4 +15,4 @@ program streamio_3
   inquire(unit=10, access=myaccess)
   if (myaccess.ne."STREAM") call abort()
   close(10,status="delete")
-end program streamio_3
\ No newline at end of file
+end program streamio_3