| Index: tests/standalone/io/http_server_early_client_close_test.dart
|
| ===================================================================
|
| --- tests/standalone/io/http_server_early_client_close_test.dart (revision 13683)
|
| +++ tests/standalone/io/http_server_early_client_close_test.dart (working copy)
|
| @@ -57,7 +57,7 @@
|
|
|
| void testEarlyClose() {
|
| List<EarlyCloseTest> tests = new List<EarlyCloseTest>();
|
| - void add(Object data, String exception, [bool expectRequest = false]) {
|
| + void add(Object data, String exception, {bool expectRequest: false}) {
|
| tests.add(new EarlyCloseTest(data, exception, expectRequest));
|
| }
|
| // The empty packet is valid.
|
|
|