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

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

Issue 16801008: catchErrors and waitForCompletion now based on runZonedExperimental. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Upload Created 7 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
« no previous file with comments | « tests/lib/async/catch_errors11_test.dart ('k') | tests/lib/async/catch_errors13_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/catch_errors12_test.dart
diff --git a/tests/lib/async/catch_errors12_test.dart b/tests/lib/async/catch_errors12_test.dart
index 59d9c6a400fd9a7dadf9ca7e0ea87767c92da28a..deb7cb454692aaa021a76a92915bb2b958342350 100644
--- a/tests/lib/async/catch_errors12_test.dart
+++ b/tests/lib/async/catch_errors12_test.dart
@@ -5,6 +5,7 @@
import "package:expect/expect.dart";
import 'dart:async';
import 'dart:isolate';
+import 'catch_errors.dart';
main() {
// We keep a ReceivePort open until all tests are done. This way the VM will
« no previous file with comments | « tests/lib/async/catch_errors11_test.dart ('k') | tests/lib/async/catch_errors13_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698