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

Unified Diff: tests/standalone/src/io/TestingServer.dart

Issue 10035056: Fix a number of editor errors and warnings in io tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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/src/io/TestingServer.dart
diff --git a/tests/standalone/src/io/TestingServer.dart b/tests/standalone/src/io/TestingServer.dart
index f80288796282b858e1cbc053aabe4e2394597f3b..b46a62ddc4642ab87eb53487128148cb7e009972 100644
--- a/tests/standalone/src/io/TestingServer.dart
+++ b/tests/standalone/src/io/TestingServer.dart
@@ -8,7 +8,7 @@ class TestingServer extends Isolate {
static final INIT = 0;
static final SHUTDOWN = -1;
- abstract void onConnection();
+ abstract void onConnection(Socket connection);
void main() {
void errorHandlerServer(Exception e) {

Powered by Google App Engine
This is Rietveld 408576698