Index: test/es5conform/testcfg.py |
=================================================================== |
--- test/es5conform/testcfg.py (revision 8738) |
+++ test/es5conform/testcfg.py (working copy) |
@@ -97,7 +97,7 @@ |
return tests |
def GetBuildRequirements(self): |
- return ['sample', 'sample=shell'] |
+ return ['d8'] |
def GetTestStatus(self, sections, defs): |
status_file = join(self.root, 'es5conform.status') |