Remove comma
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 27 Aug 1998 10:12:10 +0000 (10:12 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 27 Aug 1998 10:12:10 +0000 (10:12 +0000)
From-SVN: r22020

gcc/testsuite/g++.old-deja/g++.pt/enum9.C

index 96aeaa689cc4ff139ab276a1a56d5f55771dc944..5ab8e8b58bc0c8b58fd0a58f2dfb57d926a58559 100644 (file)
@@ -6,7 +6,7 @@ class _Format_cache
 public:  
   enum {   
     _S_digits,   _S_digits_end = _S_digits+10,
-    _S_xdigits = _S_digits_end,
+    _S_xdigits = _S_digits_end
   };
 };