diff options
author | Paul Brook <pbrook@gcc.gnu.org> | 2004-04-09 12:29:18 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-04-09 12:29:18 +0000 |
commit | 5a0599745173d0aef23f4a3b7df54fd0bd96fd7d (patch) | |
tree | 5bd5e621a9e242bfa5c65b50c62a09a3030538e9 | |
parent | 8838605016a588a58a3e17e79194a88ac686dde4 (diff) | |
download | gcc-5a0599745173d0aef23f4a3b7df54fd0bd96fd7d.zip gcc-5a0599745173d0aef23f4a3b7df54fd0bd96fd7d.tar.gz gcc-5a0599745173d0aef23f4a3b7df54fd0bd96fd7d.tar.bz2 |
Fix typo in Changelog.
From-SVN: r80550
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d581c80..272ad84 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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> |