properly disable test in Py2.3
authorStefan Behnel <scoder@users.berlios.de>
Tue, 23 Nov 2010 10:45:46 +0000 (11:45 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 23 Nov 2010 10:45:46 +0000 (11:45 +0100)
runtests.py

index 42cfb67106dd45cfb80609597600cd92537936b8..ff73018b96f8f1d2ad5d29d99407437b1316688d 100644 (file)
@@ -62,7 +62,7 @@ VER_DEP_MODULES = {
                                           ]),
     (2,4) : (operator.le, lambda x: x in ['run.extern_builtins_T258'
                                           ]),
-    (2,3) : (operator.le, lambda x: x in ['run.builtin_sorted'
+    (2,4) : (operator.lt, lambda x: x in ['run.builtin_sorted'
                                           ]),
     (2,6) : (operator.lt, lambda x: x in ['run.print_function',
                                           'run.cython3',