Chromium Code Reviews| Index: tests/standalone/src/SocketStreamCloseTest.dart |
| diff --git a/tests/standalone/src/SocketStreamCloseTest.dart b/tests/standalone/src/SocketStreamCloseTest.dart |
| index 49d5b098a693a93ac854e83b710bc06327027c60..2af26e42dfe0f4187f612d4afca2b066ba3c369d 100644 |
| --- a/tests/standalone/src/SocketStreamCloseTest.dart |
| +++ b/tests/standalone/src/SocketStreamCloseTest.dart |
| @@ -1,14 +1,14 @@ |
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| +// Copyright (c) 2012, 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. |
| // |
| // Test socket close events. |
| +#import("dart:io"); |
| final SERVERSHUTDOWN = -1; |
| final ITERATIONS = 10; |
| - |
|
Ivan Posva
2012/01/24 02:17:30
?
Mads Ager (google)
2012/01/24 07:47:20
Reverted edit. Thanks.
|
| class SocketClose { |
| SocketClose.start(mode) |