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

Unified Diff: runtime/lib/core_patch.dart

Issue 968963002: Add some async/await tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update more test expectations. Created 5 years, 9 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/async_await_test.dart » ('j') | tests/language/async_star_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/core_patch.dart
diff --git a/runtime/lib/core_patch.dart b/runtime/lib/core_patch.dart
index 5a26fc5e2539c6d29f76adb30b485d8d0c46f102..40f83d6316a254215ce6f454a4e2550bf079fb44 100644
--- a/runtime/lib/core_patch.dart
+++ b/runtime/lib/core_patch.dart
@@ -177,7 +177,7 @@ class _SyncIterator implements Iterator {
yieldEachIterator = (current as Iterable).iterator;
continue;
}
- return true;
+ return true;
}
}
}
« no previous file with comments | « no previous file | tests/language/async_await_test.dart » ('j') | tests/language/async_star_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698