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

Unified Diff: test/registry_test.dart

Issue 1025293003: pkg/isolate: library renaming, removed unused method, fix creation of TimeoutException (Closed) Base URL: https://github.com/dart-lang/isolate.git@master
Patch Set: 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
« pubspec.yaml ('K') | « test/ports_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/registry_test.dart
diff --git a/test/registry_test.dart b/test/registry_test.dart
index c85bfccd5fec3f33f6582257513568f6fe71b301..371115fb4ddc24bf19244f8c415ad8c6117119a7 100644
--- a/test/registry_test.dart
+++ b/test/registry_test.dart
@@ -4,12 +4,13 @@
library dart.pkg.isolate.test.registry;
-import "package:isolate/isolaterunner.dart";
-import "package:isolate/registry.dart";
import "dart:async";
import "dart:isolate";
Lasse Reichstein Nielsen 2015/03/24 10:35:38 If you are changing all the import URIs to single
kevmoo 2015/03/24 13:21:19 Done.
-import "package:unittest/unittest.dart";
+import 'package:isolate/isolate_runner.dart';
+import 'package:isolate/registry.dart';
+
+import 'package:unittest/unittest.dart';
const MS = const Duration(milliseconds: 1);
« pubspec.yaml ('K') | « test/ports_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698