Index: test/mjsunit/es8/async-arrow-lexical-super.js |
diff --git a/test/mjsunit/harmony/async-arrow-lexical-super.js b/test/mjsunit/es8/async-arrow-lexical-super.js |
similarity index 96% |
rename from test/mjsunit/harmony/async-arrow-lexical-super.js |
rename to test/mjsunit/es8/async-arrow-lexical-super.js |
index 78f5d555b607d2dc3ad5e9245330b775f5d9b006..b15a3834db9ea2485faa6741db1e312739e54699 100644 |
--- a/test/mjsunit/harmony/async-arrow-lexical-super.js |
+++ b/test/mjsunit/es8/async-arrow-lexical-super.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-async-await --allow-natives-syntax |
+// Flags: --allow-natives-syntax |
function assertEqualsAsync(expected, run, msg) { |
var actual; |