| Index: test/mjsunit/es6/generators-poisoned-properties.js
|
| diff --git a/test/mjsunit/es6/generators-poisoned-properties.js b/test/mjsunit/es6/generators-poisoned-properties.js
|
| index e8610220fc3cec9d7178c00a81a918cec05640e4..5a0c652da3bca2a3c8bae97820999e43bce3cc0e 100644
|
| --- a/test/mjsunit/es6/generators-poisoned-properties.js
|
| +++ b/test/mjsunit/es6/generators-poisoned-properties.js
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// Flags: --ignition-generators
|
| +
|
| (function testRestrictedPropertiesStrict() {
|
| function* generator() { "use strict"; }
|
| assertFalse(generator.hasOwnProperty("arguments"));
|
|
|