math.f90: Fix typo.

2007-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	* gfortran.fortran-torture/execute/math.f90: Fix typo.

From-SVN: r121984
This commit is contained in:
Jerry DeLisle 2007-02-15 06:55:48 +00:00
parent 4e031e7e40
commit 760eb3eabc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-02-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* gfortran.fortran-torture/execute/math.f90: Fix typo.
2007-02-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/30779

View File

@ -24,7 +24,7 @@ program testmath
real(kind=8) q, two8, half8
complex(kind=4) cr
complex(kind=8) cq
external dotest, dotest2
external dotest, dotestc
two4 = 2.0
two8 = 2.0_8