| Index: test/message/generators-throw1.js
|
| diff --git a/test/message/generators-throw1.js b/test/message/generators-throw1.js
|
| index f544d33328508d36e9332295807a371c8c303599..b4d404a1bf4d1e8f46c669c79f9ececd6f1ee64f 100644
|
| --- a/test/message/generators-throw1.js
|
| +++ b/test/message/generators-throw1.js
|
| @@ -1,8 +1,6 @@
|
| // Copyright 2016 the V8 project authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -//
|
| -// Flags: --ignition-generators
|
|
|
| function* f() { yield }
|
|
|
|
|