OSDN Git Service

Fix typo
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Feb 2003 19:15:47 +0000 (19:15 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Feb 2003 19:15:47 +0000 (19:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63236 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.dg/expr/dtor1.C

index 0d95049..0775a93 100644 (file)
@@ -1,4 +1,4 @@
-class Foo;
+class Foo; // { dg-error "" }
 
 void
 bar(void* p)