* g++.dg/template/local3.C: Remove extra semicolon.
authorMark Mitchell <mark@codesourcery.com>
Thu, 3 Jul 2003 08:10:54 +0000 (08:10 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 3 Jul 2003 08:10:54 +0000 (08:10 +0000)
From-SVN: r68872

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/local3.C

index e598f212e7d841825c9bc7b5eb01581a46a7e67e..205ac70d06e6ab63b574989b3d34cc093099691a 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-03  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/template/local3.C: Remove extra semicolon.
+
 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * gcc.dg/i386-volatile-1.c: New test.
index 4d6a5763b48d4169cb59f807e1ad8d0544fc8c4b..5a01a44956708e19501b7a09c71cd03311557dfb 100644 (file)
@@ -6,7 +6,7 @@
                  void g (T);
          };
          B b;
- };
+ }
  void g()
  {
          f(42);