summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/v8/test/sputnik/testcfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/test/sputnik/testcfg.py')
-rw-r--r--src/3rdparty/v8/test/sputnik/testcfg.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/v8/test/sputnik/testcfg.py b/src/3rdparty/v8/test/sputnik/testcfg.py
index 1032c13..b6f3746 100644
--- a/src/3rdparty/v8/test/sputnik/testcfg.py
+++ b/src/3rdparty/v8/test/sputnik/testcfg.py
@@ -33,6 +33,11 @@ import test
import time
+def GetSuite(name, root):
+ # Not implemented.
+ return None
+
+
class SputnikTestCase(test.TestCase):
def __init__(self, case, path, context, mode):