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 751dc162dc1fdaefdc8432c8ceea13d1c653b93f..bd949e170433ceaca7b469504f558c151b3d92bf 100644 |
--- a/samples/tests/samples/chat/chat_server_test.dart |
+++ b/samples/tests/samples/chat/chat_server_test.dart |
@@ -7,6 +7,7 @@ |
// VMOptions=--short_socket_write |
// VMOptions=--short_socket_read --short_socket_write |
+import "package:expect/expect.dart"; |
import 'dart:io'; |
import 'dart:isolate'; |
import 'dart:json' as json; |