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

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

Issue 11299031: Fix checeked mode errors in previous commits (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/http_parser_test.dart
diff --git a/tests/standalone/io/http_parser_test.dart b/tests/standalone/io/http_parser_test.dart
index 2a6ad1369def075cd411e25d48f8da2ca4ff7010..72f4d8abc2ee494aa29e9bfbdb0c686cc1956785 100644
--- a/tests/standalone/io/http_parser_test.dart
+++ b/tests/standalone/io/http_parser_test.dart
@@ -77,7 +77,7 @@ class HttpParserTest {
dataEndCalled = false;
method = null;
uri = null;
- headers = new Map();
+ headers = null;
bytesReceived = 0;
}
@@ -222,7 +222,7 @@ class HttpParserTest {
dataEndClose = null;
statusCode = -1;
reasonPhrase = null;
- headers = new Map();
+ headers = null;
bytesReceived = 0;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698