diff options
Diffstat (limited to 'deps/v8/test/es5conform/testcfg.py')
-rw-r--r-- | deps/v8/test/es5conform/testcfg.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/v8/test/es5conform/testcfg.py b/deps/v8/test/es5conform/testcfg.py index b6a17d9b69..7de990d387 100644 --- a/deps/v8/test/es5conform/testcfg.py +++ b/deps/v8/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'] |