Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: tests/standalone/io/web_socket_ping_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698