Fix typo
authorMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 30 May 2005 16:22:53 +0000 (16:22 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 30 May 2005 16:22:53 +0000 (16:22 +0000)
From-SVN: r100366

gcc/testsuite/g++.dg/lookup/using14.C

index 072018e3b8ff52f2c90489d0581f45437d9bd01d..6dd743a7e10ac606b9d61bcac46a22b8b6b45147 100644 (file)
@@ -3,6 +3,6 @@
 namespace mine
 {
   int cpow;
-};
+}
 
 using mine::cpow;