summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/harmony/async-for-of-non-iterable.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/harmony/async-for-of-non-iterable.js')
-rw-r--r--deps/v8/test/mjsunit/harmony/async-for-of-non-iterable.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/harmony/async-for-of-non-iterable.js b/deps/v8/test/mjsunit/harmony/async-for-of-non-iterable.js
index c84c9c6884..3394ed394c 100644
--- a/deps/v8/test/mjsunit/harmony/async-for-of-non-iterable.js
+++ b/deps/v8/test/mjsunit/harmony/async-for-of-non-iterable.js
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-async-iteration
var done = false;
async function f() {