| Index: tests/standalone/src/EchoServerStreamTest.dart
|
| diff --git a/tests/standalone/src/EchoServerStreamTest.dart b/tests/standalone/src/EchoServerStreamTest.dart
|
| index 0036c31326ba54307ca8b6e8e7e3aad8bae7850d..3b603ad6d3086da441dd7641fba6edf6e576bd30 100644
|
| --- a/tests/standalone/src/EchoServerStreamTest.dart
|
| +++ b/tests/standalone/src/EchoServerStreamTest.dart
|
| @@ -1,4 +1,4 @@
|
| -// 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.
|
| //
|
| @@ -10,6 +10,7 @@
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| #library("EchoServerStreamTest");
|
| +#import("dart:io");
|
| #source("TestingServer.dart");
|
|
|
| class EchoServerGame {
|
|
|