| Index: utils/tests/pub/test_pub.dart
|
| diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart
|
| index cc9c6fad6b5ef8584aa784ec8e180bb92324accf..accfaa454bb28c9cf0fd5ab8f4b3d5e3e2bc7fd2 100644
|
| --- a/utils/tests/pub/test_pub.dart
|
| +++ b/utils/tests/pub/test_pub.dart
|
| @@ -413,6 +413,8 @@ String _packageName(String sourceName, description) {
|
| case "hosted":
|
| if (description is String) return description;
|
| return description['name'];
|
| + case "sdk":
|
| + return description;
|
| default:
|
| return description;
|
| }
|
|
|