| Index: sdk/lib/_internal/pub_generated/test/pubspec_test.dart | 
| diff --git a/sdk/lib/_internal/pub_generated/test/pubspec_test.dart b/sdk/lib/_internal/pub_generated/test/pubspec_test.dart | 
| index 1070220ff6074fb057d9c0c504fe910fab63094a..8da6ebdabe3d3699be3e44f8897cd9a39d544e95 100644 | 
| --- a/sdk/lib/_internal/pub_generated/test/pubspec_test.dart | 
| +++ b/sdk/lib/_internal/pub_generated/test/pubspec_test.dart | 
| @@ -1,11 +1,11 @@ | 
| library pubspec_test; | 
| import 'dart:async'; | 
| +import 'package:pub_semver/pub_semver.dart'; | 
| import 'package:unittest/unittest.dart'; | 
| import '../lib/src/package.dart'; | 
| import '../lib/src/pubspec.dart'; | 
| import '../lib/src/source.dart'; | 
| import '../lib/src/source_registry.dart'; | 
| -import '../lib/src/version.dart'; | 
| import 'test_pub.dart'; | 
| class MockSource extends Source { | 
| final String name = "mock"; | 
|  |