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

Unified Diff: tests/language/asyncstar_yield_test.dart

Issue 944893005: Implement async* functions in VM (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
Index: tests/language/asyncstar_yield_test.dart
===================================================================
--- tests/language/asyncstar_yield_test.dart (revision 44030)
+++ tests/language/asyncstar_yield_test.dart (working copy)
@@ -54,6 +54,7 @@
} finally {
// Canceling the stream-subscription should run the finalizer.
finalized.complete(true);
+ return;
}
}

Powered by Google App Engine
This is Rietveld 408576698