| Index: samples/tests/samples/chat/chat_server_test.dart
|
| diff --git a/samples/tests/samples/chat/chat_server_test.dart b/samples/tests/samples/chat/chat_server_test.dart
|
| index 74100fee28ca901483705d3df76ae359177216f3..58eb3579d4f631ea115e8d96efb3414038b3d4e5 100644
|
| --- a/samples/tests/samples/chat/chat_server_test.dart
|
| +++ b/samples/tests/samples/chat/chat_server_test.dart
|
| @@ -7,10 +7,10 @@
|
| // VMOptions=--short_socket_write
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| -#import("dart:io");
|
| -#import("dart:isolate");
|
| -#import("dart:json");
|
| -#import("../../../chat/chat_server_lib.dart");
|
| +import 'dart:io';
|
| +import 'dart:isolate';
|
| +import 'dart:json';
|
| +import '../../../chat/chat_server_lib.dart';
|
|
|
| // Message to start chat test client running in an isolate.
|
| class ChatTestClientStart {
|
|
|