Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Unified Diff: test/version_solver_test.dart

Issue 1239623005: "pub cache repair" prints a more detailed summary. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cache/repair/handles_failure_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/version_solver_test.dart
diff --git a/test/version_solver_test.dart b/test/version_solver_test.dart
index 3c6b859226f14387464b8bce1c70760f402b3dea..35fbb9b0683a0153564a637651cbc756899aec0e 100644
--- a/test/version_solver_test.dart
+++ b/test/version_solver_test.dart
@@ -1437,7 +1437,7 @@ class MockSource extends CachedSource {
List<Package> getCachedPackages() =>
throw new UnsupportedError('Cannot get mock packages');
- Future<Pair<int, int>> repairCachedPackages() =>
+ Future<Pair<List<Package>, List<Package>>> repairCachedPackages() =>
throw new UnsupportedError('Cannot repair mock packages');
void addPackage(String description, Package package) {
« no previous file with comments | « test/cache/repair/handles_failure_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698