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

Unified Diff: pkg/analysis_server/test/protocol_test.dart

Issue 541823004: Decode RefactoringFeedback automatically. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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: pkg/analysis_server/test/protocol_test.dart
diff --git a/pkg/analysis_server/test/protocol_test.dart b/pkg/analysis_server/test/protocol_test.dart
index dc3cd5ac3329b30d99ea0fc5960f068f747066bf..aed748364c24ff09796b8308058eac7920b34b38 100644
--- a/pkg/analysis_server/test/protocol_test.dart
+++ b/pkg/analysis_server/test/protocol_test.dart
@@ -112,7 +112,7 @@ class RequestErrorTest {
'ints': [1, 2, 3]
}
};
- RequestError error = new RequestError.fromJson(new ResponseDecoder(), '',
+ RequestError error = new RequestError.fromJson(new ResponseDecoder(null), '',
json);
expect(error.code, RequestErrorCode.INVALID_PARAMETER);
expect(error.message, "foo");
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | pkg/analysis_server/tool/spec/codegen_dart_protocol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698