| 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 08699237fed8265d4d065e139133744eea88854c..06e795af73e2c08cb252a492987644e1d356f854 100644
|
| --- a/pkg/analysis_server/test/protocol_test.dart
|
| +++ b/pkg/analysis_server/test/protocol_test.dart
|
| @@ -457,7 +457,6 @@ class ResponseTest {
|
| expect(response.getResult(resultName), same(resultValue));
|
| expect(response.toJson(), equals({
|
| Response.ID: '0',
|
| - Response.ERROR: null,
|
| Response.RESULT: {
|
| resultName: resultValue
|
| }
|
|
|