| Index: lib/src/backend/live_test.dart
|
| diff --git a/lib/src/backend/live_test.dart b/lib/src/backend/live_test.dart
|
| index 8aa81824ddb072e217dc95af5f21a84a089031fe..5bea893ceb8f7e971a613e87121e75f8bbe98678 100644
|
| --- a/lib/src/backend/live_test.dart
|
| +++ b/lib/src/backend/live_test.dart
|
| @@ -85,7 +85,7 @@ abstract class LiveTest {
|
| Stream<AsyncError> get onError;
|
|
|
| /// A stream that emits lines printed by the test.
|
| - Stream<String> onPrint;
|
| + Stream<String> get onPrint;
|
|
|
| /// A [Future] that completes once the test is complete.
|
| ///
|
|
|