| Index: test/es5conform/testcfg.py
|
| diff --git a/test/es5conform/testcfg.py b/test/es5conform/testcfg.py
|
| index af74b8c5205f427f2697a2a4ddebb8d15d56941e..b6a17d9b690ca8408646d4f903c882d1a22d3524 100644
|
| --- a/test/es5conform/testcfg.py
|
| +++ b/test/es5conform/testcfg.py
|
| @@ -97,7 +97,7 @@ class ES5ConformTestConfiguration(test.TestConfiguration):
|
| return tests
|
|
|
| def GetBuildRequirements(self):
|
| - return ['sample', 'sample=shell']
|
| + return ['d8']
|
|
|
| def GetTestStatus(self, sections, defs):
|
| status_file = join(self.root, 'es5conform.status')
|
|
|