From 048a75f41eba762a1545cd4ff71ed9bc16cc9bbf Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 21 Mar 2005 13:02:38 +0000 Subject: [PATCH] crash25.C: Fix typo. 2005-03-21 Paolo Carlini * g++.dg/parse/crash25.C: Fix typo. From-SVN: r96795 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/parse/crash25.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 51e45062128..4256904f5c9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-03-21 Paolo Carlini + + * g++.dg/parse/crash25.C: Fix typo. + 2005-03-21 Paolo Carlini PR c++/20461 diff --git a/gcc/testsuite/g++.dg/parse/crash25.C b/gcc/testsuite/g++.dg/parse/crash25.C index e05ccd7d524..d7f20c62f26 100644 --- a/gcc/testsuite/g++.dg/parse/crash25.C +++ b/gcc/testsuite/g++.dg/parse/crash25.C @@ -1,6 +1,6 @@ // PR c++/20536 // Found by Wolfgang Wieser 03/2005. -// { do-do compile } +// { dg-do compile } struct yyguts_t { -- 2.30.2