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

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

Issue 23875032: Expose Zones. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 7 years, 3 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/lib/async/intercept_run_async6_test.dart ('k') | tests/lib/async/run_zoned2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/run_zoned1_test.dart
diff --git a/tests/lib/async/run_zoned1_test.dart b/tests/lib/async/run_zoned1_test.dart
index 71af2346c69ce7add4f4f8c5b030b2ca02385c73..74af5b1685523adb91ffe82a6ccb8ef3f11fadfb 100644
--- a/tests/lib/async/run_zoned1_test.dart
+++ b/tests/lib/async/run_zoned1_test.dart
@@ -7,5 +7,5 @@ import 'dart:async';
main() {
// Make sure `runZoned` returns the result of a synchronous call.
- Expect.equals(499, runZonedExperimental(() => 499));
+ Expect.equals(499, runZoned(() => 499));
}
« no previous file with comments | « tests/lib/async/intercept_run_async6_test.dart ('k') | tests/lib/async/run_zoned2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698