Index: test/preparser/testcfg.py |
diff --git a/test/preparser/testcfg.py b/test/preparser/testcfg.py |
index 3e999f906cd2296f35be6571d04a09252e791113..850c0a45898591dfc4017fd8bf6defbc0b61f12f 100644 |
--- a/test/preparser/testcfg.py |
+++ b/test/preparser/testcfg.py |
@@ -112,7 +112,7 @@ class PreparserTestSuite(testsuite.TestSuite): |
with open(testcase.flags[0]) as f: |
return f.read() |
- def VariantFlags(self): |
+ def VariantFlags(self, testcase, default_flags): |
return [[]]; |