| Index: tests/standalone/io/socket_exception_test.dart
|
| diff --git a/tests/standalone/io/socket_exception_test.dart b/tests/standalone/io/socket_exception_test.dart
|
| index f882b3e56cc2a6796295aac17a59584c0a56aaf1..caa771a322fec589414a3db17de71da5ad3c7dd3 100644
|
| --- a/tests/standalone/io/socket_exception_test.dart
|
| +++ b/tests/standalone/io/socket_exception_test.dart
|
| @@ -95,7 +95,7 @@ class SocketExceptionTest {
|
| } catch (ex) {
|
| wrongExceptionCaught = true;
|
| }
|
| - Expect.isTrue(exceptionCaught);
|
| + Expect.isFalse(exceptionCaught);
|
| Expect.isFalse(wrongExceptionCaught);
|
|
|
| server.close();
|
|
|