| Index: packages/path/test/utils.dart
|
| diff --git a/packages/path/test/utils.dart b/packages/path/test/utils.dart
|
| index 1730798f09479c06275a190bcce69f0e355daf04..7d917a0be99fccad9fd9edb16aca73e5fbd47b34 100644
|
| --- a/packages/path/test/utils.dart
|
| +++ b/packages/path/test/utils.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library path.test.utils;
|
|
|
| -import "package:unittest/unittest.dart";
|
| +import "package:test/test.dart";
|
| import "package:path/path.dart" as path;
|
|
|
| /// A matcher for a closure that throws a [path.PathException].
|
|
|