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

Unified Diff: tests/isolate/port_test.dart

Issue 218283002: tests: import unittest via package: url (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nits Created 6 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: tests/isolate/port_test.dart
diff --git a/tests/isolate/port_test.dart b/tests/isolate/port_test.dart
index e04b29c585007bb7bab7025c63c563b7f4a1a0db..0f9f522a82de86d21ac1ffb85d6a63d593081161 100644
--- a/tests/isolate/port_test.dart
+++ b/tests/isolate/port_test.dart
@@ -7,9 +7,10 @@
// here. To keep things simple, we don't use the unittest library here.
library PortTest;
-import "package:expect/expect.dart";
import 'dart:isolate';
-import '../../pkg/matcher/lib/matcher.dart';
+
+import 'package:expect/expect.dart';
+import 'package:unittest/matcher.dart';
main() {
testHashCode();

Powered by Google App Engine
This is Rietveld 408576698