Index: tests/standalone/io/web_socket_ping_test.dart |
diff --git a/tests/standalone/io/web_socket_ping_test.dart b/tests/standalone/io/web_socket_ping_test.dart |
index 38257012aaaa0cd09bddf0a56a24c93c1d97d0c6..8d16c0134871511497999f4b82f9f444e56c0365 100644 |
--- a/tests/standalone/io/web_socket_ping_test.dart |
+++ b/tests/standalone/io/web_socket_ping_test.dart |
@@ -16,7 +16,6 @@ import "dart:math"; |
part "../../../sdk/lib/io/crypto.dart"; |
- |
const String webSocketGUID = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"; |
void testPing(int totalConnections) { |
@@ -53,7 +52,6 @@ void testPing(int totalConnections) { |
}); |
} |
- |
void main() { |
testPing(10); |
} |