Fix typo in Changelog.

From-SVN: r80550
This commit is contained in:
Paul Brook 2004-04-09 12:29:18 +00:00
parent 8838605016
commit 5a05997451

View File

@ -78,11 +78,11 @@
2004-04-05 Paul Brook <paul@codesourcery.com>
PR2123
* g++.gd/expr/anew1.C: XFAIL and make reproducible. Call abort on
* g++.dg/expr/anew1.C: XFAIL and make reproducible. Call abort on
failure and exit(0) on success.
* g++.gd/expr/anew2.C: Ditto.
* g++.gd/expr/anew3.C: Ditto.
* g++.gd/expr/anew4.C: Ditto.
* g++.dg/expr/anew2.C: Ditto.
* g++.dg/expr/anew3.C: Ditto.
* g++.dg/expr/anew4.C: Ditto.
2004-04-05 Nathan Sidwell <nathan@codesourcery.com>