summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/testcfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/message/testcfg.py')
-rw-r--r--deps/v8/test/message/testcfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/message/testcfg.py b/deps/v8/test/message/testcfg.py
index aabbfef9b0..21a0428ff6 100644
--- a/deps/v8/test/message/testcfg.py
+++ b/deps/v8/test/message/testcfg.py
@@ -103,7 +103,7 @@ class MessageTestConfiguration(test.TestConfiguration):
else:
return []
- def ListTests(self, current_path, path, mode, variant_flags):
+ def ListTests(self, current_path, path, mode):
mjsunit = [current_path + [t] for t in self.Ls(self.root)]
regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]