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

Unified Diff: pkg/analyzer_plugin/test/src/channel/isolate_channel_test.dart

Issue 2890163004: Add requestTime to responses (Closed)
Patch Set: Created 3 years, 7 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/analyzer_plugin/test/src/channel/isolate_channel_test.dart
diff --git a/pkg/analyzer_plugin/test/src/channel/isolate_channel_test.dart b/pkg/analyzer_plugin/test/src/channel/isolate_channel_test.dart
index 3334780e4c81b4a69c253fe9ea558b3e556a45c2..b47369c480494323ec1b15a41fc91462e618925d 100644
--- a/pkg/analyzer_plugin/test/src/channel/isolate_channel_test.dart
+++ b/pkg/analyzer_plugin/test/src/channel/isolate_channel_test.dart
@@ -69,7 +69,7 @@ class PluginIsolateChannelTest {
}
void test_sendResponse() {
- Response response = new PluginShutdownResult().toResponse('3');
+ Response response = new PluginShutdownResult().toResponse('3', 1);
channel.sendResponse(response);
expect(sendPort.sentMessages, hasLength(1));
expect(sendPort.sentMessages[0], response.toJson());
« no previous file with comments | « pkg/analyzer_plugin/lib/src/protocol/protocol_internal.dart ('k') | pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698