| Index: tests/standalone/io/raw_synchronous_socket_test.dart
|
| diff --git a/tests/standalone/io/raw_synchronous_socket_test.dart b/tests/standalone/io/raw_synchronous_socket_test.dart
|
| index 44d9cbc90463bbf12730dc0902cbdfcfe11df182..3f3e95f53b97c3d80dc8c442fdd7f3e6314884e3 100644
|
| --- a/tests/standalone/io/raw_synchronous_socket_test.dart
|
| +++ b/tests/standalone/io/raw_synchronous_socket_test.dart
|
| @@ -397,7 +397,6 @@ Future testShutdown() async {
|
| // Throws exception when the socket is closed for RECEIVE.
|
| Expect.throws(
|
| () => socket.readSync(data.length), (e) => e is SocketException);
|
| - Expect.isTrue(socket.available() == 0);
|
| socket.closeSync();
|
|
|
| // Close the socket for writing and try to do a write. This should cause an
|
|
|