Index: test/es5conform/testcfg.py |
diff --git a/test/es5conform/testcfg.py b/test/es5conform/testcfg.py |
index b6a17d9b690ca8408646d4f903c882d1a22d3524..7de990d38729e3e41ff75bde032289e3398e5f79 100644 |
--- a/test/es5conform/testcfg.py |
+++ b/test/es5conform/testcfg.py |
@@ -31,6 +31,11 @@ import os |
from os.path import join, exists |
+def GetSuite(name, root): |
+ # Not implemented. |
+ return None |
+ |
+ |
HARNESS_FILES = ['sth.js'] |