Index: test/es5conform/testcfg.py |
=================================================================== |
--- test/es5conform/testcfg.py (revision 7276) |
+++ test/es5conform/testcfg.py (working copy) |
@@ -73,7 +73,7 @@ |
def __init__(self, context, root): |
super(ES5ConformTestConfiguration, self).__init__(context, root) |
- def ListTests(self, current_path, path, mode): |
+ def ListTests(self, current_path, path, mode, variant_flags): |
tests = [] |
current_root = join(self.root, 'data', 'TestCases') |
harness = [] |