| Index: pkg/path/test/path_test.dart
|
| diff --git a/pkg/pathos/test/pathos_test.dart b/pkg/path/test/path_test.dart
|
| similarity index 96%
|
| rename from pkg/pathos/test/pathos_test.dart
|
| rename to pkg/path/test/path_test.dart
|
| index b0029990ae90504fd3dfe59fc9488a93cf0034e2..ef3cf21ecd7f58e95ebc267cdd78369dd6dbfa70 100644
|
| --- a/pkg/pathos/test/pathos_test.dart
|
| +++ b/pkg/path/test/path_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'package:unittest/unittest.dart';
|
| -import 'package:pathos/path.dart' as path;
|
| +import 'package:path/path.dart' as path;
|
|
|
| main() {
|
| group('path.Style', () {
|
|
|