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

Unified Diff: test/isolaterunner_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
Index: test/isolaterunner_test.dart
diff --git a/test/isolaterunner_test.dart b/test/isolaterunner_test.dart
index 4b98b587faf42ec74190340b243169eb57e9e9a0..55ec7606c859ff6d497925c910870e4cade47c01 100644
--- a/test/isolaterunner_test.dart
+++ b/test/isolaterunner_test.dart
@@ -4,10 +4,11 @@
library dart.pkg.isolate.isolaterunner_test;
-import "package:isolate/isolaterunner.dart";
-import "package:unittest/unittest.dart";
-import "dart:async" show Future;
-import "dart:isolate" show Capability;
+import 'dart:async' show Future;
+import 'dart:isolate' show Capability;
+
+import 'package:isolate/isolate_runner.dart';
+import 'package:unittest/unittest.dart';
const MS = const Duration(milliseconds: 1);

Powered by Google App Engine
This is Rietveld 408576698