Chromium Code Reviews| Index: test/registry_test.dart |
| diff --git a/test/registry_test.dart b/test/registry_test.dart |
| index c85bfccd5fec3f33f6582257513568f6fe71b301..371115fb4ddc24bf19244f8c415ad8c6117119a7 100644 |
| --- a/test/registry_test.dart |
| +++ b/test/registry_test.dart |
| @@ -4,12 +4,13 @@ |
| library dart.pkg.isolate.test.registry; |
| -import "package:isolate/isolaterunner.dart"; |
| -import "package:isolate/registry.dart"; |
| import "dart:async"; |
| import "dart:isolate"; |
|
Lasse Reichstein Nielsen
2015/03/24 10:35:38
If you are changing all the import URIs to single
kevmoo
2015/03/24 13:21:19
Done.
|
| -import "package:unittest/unittest.dart"; |
| +import 'package:isolate/isolate_runner.dart'; |
| +import 'package:isolate/registry.dart'; |
| + |
| +import 'package:unittest/unittest.dart'; |
| const MS = const Duration(milliseconds: 1); |