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

Unified Diff: test/ports_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/ports_test.dart
diff --git a/test/ports_test.dart b/test/ports_test.dart
index 795cdb97d4b08ebd67b0d844096edb6b3aada22e..8471c6701b7a82a17aa7c64f919e79c1743e25d9 100644
--- a/test/ports_test.dart
+++ b/test/ports_test.dart
@@ -4,10 +4,11 @@
library dart.pkg.isolate.isolaterunner_test;
-import "package:isolate/ports.dart";
-import "package:unittest/unittest.dart";
-import "dart:async";
-import "dart:isolate";
+import 'dart:async';
+import 'dart:isolate';
+
+import 'package:isolate/ports.dart';
+import 'package:unittest/unittest.dart';
const Duration MS = const Duration(milliseconds: 1);

Powered by Google App Engine
This is Rietveld 408576698