Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: test/mjsunit/es8/async-function-stacktrace.js

Issue 2621173002: Remove --harmony-async-await runtime flag (Closed)
Patch Set: Update test ref Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/es8/async-destructuring.js ('k') | test/mjsunit/es8/regress/regress-618603.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es8/async-function-stacktrace.js
diff --git a/test/mjsunit/harmony/async-function-stacktrace.js b/test/mjsunit/es8/async-function-stacktrace.js
similarity index 99%
rename from test/mjsunit/harmony/async-function-stacktrace.js
rename to test/mjsunit/es8/async-function-stacktrace.js
index 5ab20881a668e0b82c2ede89cd44af1135130f8f..ab6dd2633b9ac1e50525f72432d5895b3bc893b0 100644
--- a/test/mjsunit/harmony/async-function-stacktrace.js
+++ b/test/mjsunit/es8/async-function-stacktrace.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-async-await
-
async function test(func, funcs) {
try {
await func();
« no previous file with comments | « test/mjsunit/es8/async-destructuring.js ('k') | test/mjsunit/es8/regress/regress-618603.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698