Index: sdk/lib/_internal/pub/test/pubspec_test.dart |
diff --git a/sdk/lib/_internal/pub/test/pubspec_test.dart b/sdk/lib/_internal/pub/test/pubspec_test.dart |
index bf6507208d3bd346557a5a311eb8ab0956481869..1d38c6c5162db1d345fd465d81004c8a9edbaea0 100644 |
--- a/sdk/lib/_internal/pub/test/pubspec_test.dart |
+++ b/sdk/lib/_internal/pub/test/pubspec_test.dart |
@@ -21,9 +21,6 @@ class MockSource extends Source { |
Future<Pubspec> doDescribe(PackageId id) => throw new UnsupportedError( |
"Cannot describe mock packages."); |
- Future ensureLocal(PackageId id) => throw new UnsupportedError( |
- "Cannot get a mock package."); |
- |
Future get(PackageId id, String symlink) => throw new UnsupportedError( |
"Cannot get a mock package."); |