| Index: sdk/lib/_internal/pub/test/test_pub.dart
|
| diff --git a/sdk/lib/_internal/pub/test/test_pub.dart b/sdk/lib/_internal/pub/test/test_pub.dart
|
| index 5bd007690394c026a548e44f01d0fdee231c0189..f1b66b7a8995487be4ec80d2be9a84af09acd1db 100644
|
| --- a/sdk/lib/_internal/pub/test/test_pub.dart
|
| +++ b/sdk/lib/_internal/pub/test/test_pub.dart
|
| @@ -17,7 +17,7 @@ import 'dart:utf';
|
|
|
| import 'package:http/testing.dart';
|
| import 'package:oauth2/oauth2.dart' as oauth2;
|
| -import 'package:pathos/path.dart' as path;
|
| +import 'package:path/path.dart' as path;
|
| import 'package:scheduled_test/scheduled_process.dart';
|
| import 'package:scheduled_test/scheduled_server.dart';
|
| import 'package:scheduled_test/scheduled_test.dart';
|
| @@ -637,7 +637,7 @@ String _packageName(String sourceName, description) {
|
| case "git":
|
| var url = description is String ? description : description['url'];
|
| // TODO(rnystrom): Using path.basename on a URL is hacky. If we add URL
|
| - // support to pkg/pathos, should use an explicit builder for that.
|
| + // support to pkg/path, should use an explicit builder for that.
|
| return path.basename(url.replaceFirst(new RegExp(r"(\.git)?/?$"), ""));
|
| case "hosted":
|
| if (description is String) return description;
|
|
|