From c1c42f20d6c2ac53feefd4ba02febe6c3ff4d992 Mon Sep 17 00:00:00 2001 From: Bud Davis Date: Fri, 24 Dec 2004 03:17:13 +0000 Subject: [PATCH] complex_write.f90: removed extraneous comma. 2004-12-23 Bud Davis * gfortran.dg/complex_write.f90: removed extraneous comma. From-SVN: r92584 --- gcc/testsuite/gfortran.dg/complex_write.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gfortran.dg/complex_write.f90 b/gcc/testsuite/gfortran.dg/complex_write.f90 index 3b73ba3a023..694c069e368 100644 --- a/gcc/testsuite/gfortran.dg/complex_write.f90 +++ b/gcc/testsuite/gfortran.dg/complex_write.f90 @@ -7,7 +7,7 @@ real r1,r2 a = cmplx(1.0, 2.0) open(unit=74,status='scratch') - write(74,'(1P,E13.5)'),a + write(74,'(1P,E13.5)')a rewind(74) ! can read the complex in as two reals, one on each line read(74,'(E13.5)')r1,r2 -- 2.30.2