| Index: test/mjsunit/harmony/spread-call-new-class.js
|
| diff --git a/test/mjsunit/harmony/spread-call-new-class.js b/test/mjsunit/harmony/spread-call-new-class.js
|
| index fcd0a21bc9aaa143d17ea7a66aaed7b5b8e9d731..ed95e6cad7e4f57f0a2f6cb46162eebabd7dcfee 100644
|
| --- a/test/mjsunit/harmony/spread-call-new-class.js
|
| +++ b/test/mjsunit/harmony/spread-call-new-class.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-spreadcalls --harmony-sloppy --harmony-rest-parameters
|
| +// Flags: --harmony-spread-calls --harmony-sloppy --harmony-rest-parameters
|
|
|
|
|
| (function testConstructClassStrict() {
|
|
|