| Index: packages/path/test/path_test.dart
|
| diff --git a/packages/path/test/path_test.dart b/packages/path/test/path_test.dart
|
| index 19397cf8d3c86e9cc88199812f29f8566b99b464..b45f8dca48bedeaba8eee4004645f696548a3eb8 100644
|
| --- a/packages/path/test/path_test.dart
|
| +++ b/packages/path/test/path_test.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
| import 'package:path/path.dart' as path;
|
|
|
| main() {
|
|
|