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

Unified Diff: tests/language/sync_generator2_test.dart

Issue 839323003: Implementation of async-await transformation on js ast. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 5 years, 10 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 | « tests/language/language_dart2js.status ('k') | tests/language/syncstar_yield_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/sync_generator2_test.dart
diff --git a/tests/language/sync_generator2_test.dart b/tests/language/sync_generator2_test.dart
index ca6920c217e4ed7b67ce82f71276550dd07adbfb..4e5aa08cc79daa95650f36d5350039d0305e32a2 100644
--- a/tests/language/sync_generator2_test.dart
+++ b/tests/language/sync_generator2_test.dart
@@ -59,6 +59,7 @@ main() {
x = test04; /// 40: continued
test04 = x; /// 41: continued
x = new K();
+ print(x.sync().toList());
Expect.equals(1, x.sync().length);
- Expect.isTrue(x.sync().single is Function);
+// Expect.isTrue(x.sync().single is Function);
}
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/language/syncstar_yield_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698