From: Paul Brook Date: Fri, 9 Apr 2004 12:29:18 +0000 (+0000) Subject: Fix typo in Changelog. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a0599745173d0aef23f4a3b7df54fd0bd96fd7d;p=gcc.git Fix typo in Changelog. From-SVN: r80550 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d581c800a76..272ad84b843 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -78,11 +78,11 @@ 2004-04-05 Paul Brook 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