Chromium Code Reviews| Index: tests/standalone/io/file_non_ascii_test.dart |
| diff --git a/tests/standalone/io/file_non_ascii_test.dart b/tests/standalone/io/file_non_ascii_test.dart |
| index e6e3a75a89f57afa2dcc8eaa66f6139dc7dab429..a64beee641bd57c6a39eb95e11817e278a335718 100644 |
| --- a/tests/standalone/io/file_non_ascii_test.dart |
| +++ b/tests/standalone/io/file_non_ascii_test.dart |
| @@ -50,7 +50,6 @@ main() { |
| }); |
| }); |
| }).catchError((e) { |
| - port.close(); |
| Expect.fail("File not found"); |
| }); |
| } |