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

Unified Diff: test/mjsunit/es8/async-await-no-constructor.js

Issue 2643023002: [async-await] Move remaining async-await code to TF (Closed)
Patch Set: Typo 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 | « src/v8.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es8/async-await-no-constructor.js
diff --git a/test/mjsunit/es8/async-await-no-constructor.js b/test/mjsunit/es8/async-await-no-constructor.js
index 7a2b2b29214d5dc9703f3c99e525019f9057610d..e954e2ac5719862311d055207be6ceb1f59e810c 100644
--- a/test/mjsunit/es8/async-await-no-constructor.js
+++ b/test/mjsunit/es8/async-await-no-constructor.js
@@ -24,4 +24,4 @@ async function bar() {
foo();
bar();
%RunMicrotasks();
-assertEquals(1, count);
+assertEquals(2, count);
adamk 2017/01/20 19:07:05 Why did this change?
« no previous file with comments | « src/v8.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698