| Index: utils/tests/pub/pubspec_test.dart
 | 
| diff --git a/utils/tests/pub/pubspec_test.dart b/utils/tests/pub/pubspec_test.dart
 | 
| index 134a450fe8bf3232b466faa7aab4cb9ac7a61bcb..ddc5d51496432d8f43f7bc4ce3d3cbd5c279437a 100644
 | 
| --- a/utils/tests/pub/pubspec_test.dart
 | 
| +++ b/utils/tests/pub/pubspec_test.dart
 | 
| @@ -17,6 +17,7 @@ class MockSource extends Source {
 | 
|    void validateDescription(description) {
 | 
|      if (description != 'ok') throw new FormatException('Bad');
 | 
|    }
 | 
| +  String packageName(description) => 'foo';
 | 
|  }
 | 
|  
 | 
|  main() {
 | 
| 
 |