OSDN Git Service

Fix typo in Changelog.
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Apr 2004 12:29:18 +0000 (12:29 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Apr 2004 12:29:18 +0000 (12:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80550 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog

index d581c80..272ad84 100644 (file)
 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>