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

Unified Diff: sdk/lib/_internal/pub/test/test_pub.dart

Issue 184823012: [pub] clean up Editor messages (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
Index: sdk/lib/_internal/pub/test/test_pub.dart
diff --git a/sdk/lib/_internal/pub/test/test_pub.dart b/sdk/lib/_internal/pub/test/test_pub.dart
index 0dcbb4921a1cb8aa5ac956f32ebfcc4d06e46978..ac4bbb8be5f844c1b93e60f075573285f0a5aed0 100644
--- a/sdk/lib/_internal/pub/test/test_pub.dart
+++ b/sdk/lib/_internal/pub/test/test_pub.dart
@@ -864,7 +864,7 @@ class _PairMatcher extends Matcher {
}
Description describe(Description description) {
- description.addAll("(", ", ", ")", [_firstMatcher, _lastMatcher]);
+ return description.addAll("(", ", ", ")", [_firstMatcher, _lastMatcher]);
}
}

Powered by Google App Engine
This is Rietveld 408576698