Chromium Code Reviews

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

Issue 11783052: Fix chainToCompleter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix style 2. Created 7 years, 11 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/pub/utils.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/test_pub.dart
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart
index 9d2b6085f8c25eb798613e71178493d330607b80..de8ab1ca0571fb10a8d12ce95ba7a3873ac143f6 100644
--- a/utils/tests/pub/test_pub.dart
+++ b/utils/tests/pub/test_pub.dart
@@ -827,7 +827,7 @@ abstract class Descriptor {
checkComplete() {
if (failures.length + successes != matches.length) return;
if (successes > 0) {
- completer.complete(null);
+ completer.complete();
return;
}
« no previous file with comments | « utils/pub/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine