diff tests/run-tests.py @ 10413:e433002acb05

fix up a bunch of check-code warnings
author Matt Mackall <mpm@selenic.com>
date Tue, 09 Feb 2010 14:12:22 -0600
parents 6586a6889f66
children 58128004cca1
line wrap: on
line diff
--- a/tests/run-tests.py	Tue Feb 09 13:53:24 2010 -0600
+++ b/tests/run-tests.py	Tue Feb 09 14:12:22 2010 -0600
@@ -785,7 +785,7 @@
                     if k in t:
                         break
                 else:
-                    skipped +=1
+                    skipped += 1
                     continue
 
             ret = runone(options, test, skips, fails)