| Index: test/simdjs/testcfg.py
|
| diff --git a/test/simdjs/testcfg.py b/test/simdjs/testcfg.py
|
| index cbe880d149dcbb94a8aca6add1879f791bb57a1e..afd366e5c0649b018a67cb1bab08d3ee9c773790 100644
|
| --- a/test/simdjs/testcfg.py
|
| +++ b/test/simdjs/testcfg.py
|
| @@ -44,7 +44,7 @@ class SimdJsTestSuite(testsuite.TestSuite):
|
| def GetFlagsForTestCase(self, testcase, context):
|
| return (testcase.flags + context.mode_flags +
|
| [os.path.join(self.root, "harness-adapt.js"),
|
| - "--harmony",
|
| + "--harmony", "--harmony-simd",
|
| os.path.join(self.testroot, testcase.path + ".js"),
|
| os.path.join(self.root, "harness-finish.js")])
|
|
|
|
|