fix test exclusion
authorStefan Behnel <scoder@users.berlios.de>
Fri, 21 Aug 2009 11:30:41 +0000 (13:30 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 21 Aug 2009 11:30:41 +0000 (13:30 +0200)
runtests.py

index 88f288dbd0db68699c3047f461cea55165810093..74a84b6a136042486524fa2b244b1d665cc58257 100644 (file)
@@ -38,8 +38,8 @@ VER_DEP_MODULES = {
 # such as:
 #    (2,4) : (operator.le, lambda x: x in ['run.set']),
     (3,): (operator.ge, lambda x: x in ['run.non_future_division',
-                                        'run.extsetslice',
-                                        'run.extdelslice']),
+                                        'compile.extsetslice',
+                                        'compile.extdelslice']),
 }
 
 INCLUDE_DIRS = [ d for d in os.getenv('INCLUDE', '').split(os.pathsep) if d ]