| Index: tests/standalone/io/string_stream_test.dart
|
| diff --git a/tests/standalone/io/string_stream_test.dart b/tests/standalone/io/string_stream_test.dart
|
| index 104f8a2f48e1f4802c20a26fe7db30526c33b769..e6beccec932c9229467008519606f5a627cb4850 100644
|
| --- a/tests/standalone/io/string_stream_test.dart
|
| +++ b/tests/standalone/io/string_stream_test.dart
|
| @@ -176,7 +176,7 @@ class ErrorInputStream implements InputStream {
|
| int available() => 0;
|
| void pipe(OutputStream output, [bool close]){ }
|
| void close() { }
|
| - bool get closed() => true;
|
| + bool get closed => true;
|
| void set onData(void callback()) { }
|
| void set onClosed(void callback()) { }
|
| void set onError(void callback(Exception e)) {
|
|
|