Chromium Code Reviews

Unified Diff: utils/tests/pub/version_solver_test.dart

Issue 10869033: Update pub to new getter syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « utils/tests/pub/test_pub.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/version_solver_test.dart
diff --git a/utils/tests/pub/version_solver_test.dart b/utils/tests/pub/version_solver_test.dart
index daefbeca632e1539315606e198ec560c437f2c56..51362f33cbcc60a0f42022467410a568a2bb0228 100644
--- a/utils/tests/pub/version_solver_test.dart
+++ b/utils/tests/pub/version_solver_test.dart
@@ -378,7 +378,7 @@ class MockSource extends Source {
final Map<String, Map<Version, Package>> _packages;
final String name;
- bool get shouldCache() => true;
+ bool get shouldCache => true;
MockSource(this.name)
: _packages = <String, Map<Version, Package>>{};
« no previous file with comments | « utils/tests/pub/test_pub.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine