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

Unified Diff: tests/lib/async/run_zoned9_test.dart

Issue 331993005: Rewrite Zone implementation to avoid recursively looking up stuff in the parent chain. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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
« sdk/lib/async/zone.dart ('K') | « sdk/lib/async/zone.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/run_zoned9_test.dart
diff --git a/tests/lib/async/run_zoned9_test.dart b/tests/lib/async/run_zoned9_test.dart
index 0373cac3c2d3fcd4e14e6b48e71b6133866a4719..e76268f9abe9936efa988ab3e5feb5b422c834d6 100644
--- a/tests/lib/async/run_zoned9_test.dart
+++ b/tests/lib/async/run_zoned9_test.dart
@@ -25,11 +25,11 @@ main() {
// If we are waiting for an error, don't asyncEnd, but let it time out.
if (false) /// 01: runtime error
asyncEnd();
- throw e; /// 01: runtime error
+ throw e; /// 01: continued
});
} catch (e) {
// We should never see an error here.
- if (false) /// 01: continued
+ if (false) /// 01: continued
rethrow;
}
}
« sdk/lib/async/zone.dart ('K') | « sdk/lib/async/zone.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698