| Index: pkg/pathos/test/pathos_test.dart
|
| diff --git a/pkg/path/test/path_test.dart b/pkg/pathos/test/pathos_test.dart
|
| similarity index 96%
|
| rename from pkg/path/test/path_test.dart
|
| rename to pkg/pathos/test/pathos_test.dart
|
| index eea906ab3f4dd1acde0215ff62bb0ed2406c83b1..c820a4742d4327b42bdcfe5bf0f719aa9cf660dd 100644
|
| --- a/pkg/path/test/path_test.dart
|
| +++ b/pkg/pathos/test/pathos_test.dart
|
| @@ -2,12 +2,12 @@
|
| // 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.
|
|
|
| -library all_test;
|
| +library pathos_test;
|
|
|
| import 'dart:io' as io;
|
|
|
| import 'package:unittest/unittest.dart';
|
| -import 'package:path/path.dart' as path;
|
| +import 'package:pathos/path.dart' as path;
|
|
|
| main() {
|
| group('path.Style', () {
|
|
|