Chromium Code Reviews| Index: tests/isolate/port_test.dart |
| diff --git a/tests/isolate/port_test.dart b/tests/isolate/port_test.dart |
| index e04b29c585007bb7bab7025c63c563b7f4a1a0db..e7834b94952ae7e4fdbfa44d5843e8ca2829c026 100644 |
| --- a/tests/isolate/port_test.dart |
| +++ b/tests/isolate/port_test.dart |
| @@ -7,9 +7,11 @@ |
| // 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:matcher/matcher.dart'; |
|
kevmoo
2014/12/19 19:24:54
Better yet: remove this. Matcher is not used in th
nweiz
2014/12/19 20:13:04
Done.
|
| main() { |
| testHashCode(); |