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

Unified Diff: tests/language/await_for_cancel_test.dart

Issue 907043002: More status-updates to async-await related tests. (Closed) Base URL: https://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
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/await_for_cancel_test.dart
diff --git a/tests/language/await_for_cancel_test.dart b/tests/language/await_for_cancel_test.dart
index fbd2d97a238d0659d429e4e14984886dc6c0b438..42690e5d2d359191a47e5a00c1a8a30dadc00a0a 100644
--- a/tests/language/await_for_cancel_test.dart
+++ b/tests/language/await_for_cancel_test.dart
@@ -51,7 +51,7 @@ test() async {
await test2();
}
-main() async {
+main() {
asyncStart();
test().then((_) {
asyncEnd();
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698