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

Unified Diff: tests/standalone/src/io/HttpServerSocketTest.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/HttpServerSocketTest.dart
diff --git a/tests/standalone/src/io/HttpServerSocketTest.dart b/tests/standalone/src/io/HttpServerSocketTest.dart
index 06f01604e5b479ff470b560145a219280865dc33..346a48929a549be781e9e524ffcac58bd1b4f151 100644
--- a/tests/standalone/src/io/HttpServerSocketTest.dart
+++ b/tests/standalone/src/io/HttpServerSocketTest.dart
@@ -147,7 +147,7 @@ class ServerSocketMock implements ServerSocket {
_onConnection = callback;
}
- void set onError(void callback()) {
+ void set onError(void callback(Exception)) {
_onError = callback;
}

Powered by Google App Engine
This is Rietveld 408576698