summaryrefslogtreecommitdiff
path: root/src/3rdparty/v8/test/benchmarks/testcfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/test/benchmarks/testcfg.py')
-rw-r--r--src/3rdparty/v8/test/benchmarks/testcfg.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/v8/test/benchmarks/testcfg.py b/src/3rdparty/v8/test/benchmarks/testcfg.py
index ab9d40f..5bbad7a 100644
--- a/src/3rdparty/v8/test/benchmarks/testcfg.py
+++ b/src/3rdparty/v8/test/benchmarks/testcfg.py
@@ -30,6 +30,11 @@ import test
import os
from os.path import join, split
+def GetSuite(name, root):
+ # Not implemented.
+ return None
+
+
def IsNumber(string):
try:
float(string)