| Index: pkg/path/test/url_test.dart
|
| diff --git a/pkg/pathos/test/pathos_url_test.dart b/pkg/path/test/url_test.dart
|
| similarity index 99%
|
| rename from pkg/pathos/test/pathos_url_test.dart
|
| rename to pkg/path/test/url_test.dart
|
| index ff1af8621bcb757678f57378d5aab523e0573642..3e03d5094615062b4472202144242b8b16592b47 100644
|
| --- a/pkg/pathos/test/pathos_url_test.dart
|
| +++ b/pkg/path/test/url_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() {
|
| var builder = new path.Builder(style: path.Style.url,
|
|
|