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

Unified Diff: tests/isolate/port_test.dart

Issue 218273002: Upgrading tests with unittest deprecations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 c61e75da529933cd190453acabb770476ff5c2ed..e04b29c585007bb7bab7025c63c563b7f4a1a0db 100644
--- a/tests/isolate/port_test.dart
+++ b/tests/isolate/port_test.dart
@@ -9,7 +9,7 @@
library PortTest;
import "package:expect/expect.dart";
import 'dart:isolate';
-import '../../pkg/unittest/lib/matcher.dart';
+import '../../pkg/matcher/lib/matcher.dart';
Siggi Cherem (dart-lang) 2014/03/31 17:13:34 seems like there is a package: above for expect, m
kevmoo 2014/03/31 18:33:01 Separate CL - https://codereview.chromium.org/2182
main() {
testHashCode();

Powered by Google App Engine
This is Rietveld 408576698