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

Unified Diff: tests/isolate/global_error_handler2_test.dart

Issue 23701010: Switch to async_helper package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/async_helper.dart ('k') | tests/isolate/global_error_handler_stream2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/global_error_handler2_test.dart
diff --git a/tests/isolate/global_error_handler2_test.dart b/tests/isolate/global_error_handler2_test.dart
index d038f88c0761c7b2f899b6831ccc52bfce7a2000..a71d595d6b7d018e7d1996fcc0dd8e36fb8c3d48 100644
--- a/tests/isolate/global_error_handler2_test.dart
+++ b/tests/isolate/global_error_handler2_test.dart
@@ -7,7 +7,7 @@ library test;
import 'package:expect/expect.dart';
import 'dart:async';
import 'dart:isolate';
-import '../async_helper.dart';
+import "package:async_helper/async_helper.dart";
kustermann 2013/08/30 14:00:16 single quotes + sort?
floitsch 2013/08/30 14:15:36 This is an automated search/replace. So no.
runTest() {
SendPort mainIsolate;
« no previous file with comments | « tests/async_helper.dart ('k') | tests/isolate/global_error_handler_stream2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698