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

Unified Diff: lib/src/runner/live_suite.dart

Issue 1984143003: Fix a documentation error for LiveSuite.onComplete. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/live_suite.dart
diff --git a/lib/src/runner/live_suite.dart b/lib/src/runner/live_suite.dart
index d15f0da4ec90f1bd7c125b849e4eaad1a9a34d8c..6f543aca38bcf557a49823fda18ff28cc559bd9f 100644
--- a/lib/src/runner/live_suite.dart
+++ b/lib/src/runner/live_suite.dart
@@ -36,8 +36,8 @@ abstract class LiveSuite {
/// complete, but it's possible for a test to continue running even after it's
/// been marked complete—see [LiveTest.isComplete] for details.
///
- /// The [onComplete] future can be used to determine when the suite and its
- /// tests are guaranteed to emit no more events.
+ /// The [onClose] future can be used to determine when the suite and its tests
+ /// are guaranteed to emit no more events.
Future get onComplete;
/// Whether the suite has been closed.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698