| Index: tests/standalone/io/http_server_early_client_close2_test.dart
|
| diff --git a/tests/standalone/io/http_server_early_client_close2_test.dart b/tests/standalone/io/http_server_early_client_close2_test.dart
|
| index bc8b6f6f0d71085929b4ac8e061fcdc9c7688afa..5f695deb2f4b01e4efd8fbb8254a9ba257970809 100644
|
| --- a/tests/standalone/io/http_server_early_client_close2_test.dart
|
| +++ b/tests/standalone/io/http_server_early_client_close2_test.dart
|
| @@ -1,6 +1,11 @@
|
| // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| +//
|
| +// VMOptions=
|
| +// VMOptions=--short_socket_read
|
| +// VMOptions=--short_socket_write
|
| +// VMOptions=--short_socket_read --short_socket_write
|
|
|
| import "package:expect/expect.dart";
|
| import "dart:async";
|
|
|