| Index: utils/tests/pub/test_pub.dart
|
| diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart
|
| index 8c9730d776508a5fac1538333379c8bdd22498e5..bf573fd9d364eb01dad5eef02a78f3e27abd4bbe 100644
|
| --- a/utils/tests/pub/test_pub.dart
|
| +++ b/utils/tests/pub/test_pub.dart
|
| @@ -33,7 +33,6 @@ import '../../pub/http.dart';
|
| import '../../pub/io.dart';
|
| import '../../pub/path_source.dart';
|
| import '../../pub/safe_http_server.dart';
|
| -import '../../pub/sdk_source.dart';
|
| import '../../pub/system_cache.dart';
|
| import '../../pub/utils.dart';
|
| import '../../pub/validator.dart';
|
| @@ -411,9 +410,6 @@ Future<Map> _dependencyListToMap(List<Map> dependencies) {
|
| case "path":
|
| source = new PathSource();
|
| break;
|
| - case "sdk":
|
| - source = new SdkSource();
|
| - break;
|
| default:
|
| throw 'Unknown source "$sourceName"';
|
| }
|
|
|