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 39a583ec976d10e965395433edf9ce85a70fa9a4..44d823a50345f09a571cdf79f90fe5dd74d1e0ec 100644 |
--- a/test/mjsunit/es6/generators-poisoned-properties.js |
+++ b/test/mjsunit/es6/generators-poisoned-properties.js |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --harmony-generators |
- |
function assertIteratorResult(value, done, result) { |
assertEquals({value: value, done: done}, result); |
} |