Fix typo
authorMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 21 Feb 2003 19:15:47 +0000 (19:15 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 21 Feb 2003 19:15:47 +0000 (19:15 +0000)
From-SVN: r63236

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

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