diff options
Diffstat (limited to 'deps/v8/test/mozilla/testcfg.py')
-rw-r--r-- | deps/v8/test/mozilla/testcfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mozilla/testcfg.py b/deps/v8/test/mozilla/testcfg.py index 7a6438f17..3728f7900 100644 --- a/deps/v8/test/mozilla/testcfg.py +++ b/deps/v8/test/mozilla/testcfg.py @@ -92,7 +92,7 @@ class MozillaTestConfiguration(test.TestConfiguration): def __init__(self, context, root): super(MozillaTestConfiguration, self).__init__(context, root) - def ListTests(self, current_path, path, mode): + def ListTests(self, current_path, path, mode, variant_flags): tests = [] for test_dir in TEST_DIRS: current_root = join(self.root, 'data', test_dir) |