[pypy-svn] r17486 - pypy/dist/pypy/rpython/test

tismer at codespeak.net tismer at codespeak.net
Mon Sep 12 02:50:07 CEST 2005


Author: tismer
Date: Mon Sep 12 02:50:06 2005
New Revision: 17486

Modified:
   pypy/dist/pypy/rpython/test/test_rrange.py
Log:
cosmetics

Modified: pypy/dist/pypy/rpython/test/test_rrange.py
==============================================================================
--- pypy/dist/pypy/rpython/test/test_rrange.py	(original)
+++ pypy/dist/pypy/rpython/test/test_rrange.py	Mon Sep 12 02:50:06 2005
@@ -22,7 +22,7 @@
     for start in (-10, 0, 1, 10):
         for stop in (-8, 0, 4, 8, 25):
             for step in (1, 2, 3, -1, -2):
-                for varstep in False,True:
+                for varstep in False, True:
                     test1(start, stop, step, varstep)
 
 # ____________________________________________________________



More information about the Pypy-commit mailing list