| Index: pkg/analysis_server/test/analysis/get_errors_test.dart
|
| diff --git a/pkg/analysis_server/test/analysis/get_errors_test.dart b/pkg/analysis_server/test/analysis/get_errors_test.dart
|
| index 0ca901f7a17b9c82275f2b3edb7549d4a3c2e9cc..9e2365a537924223d06b04e9e30221e0845d9745 100644
|
| --- a/pkg/analysis_server/test/analysis/get_errors_test.dart
|
| +++ b/pkg/analysis_server/test/analysis/get_errors_test.dart
|
| @@ -115,7 +115,7 @@ main() {
|
| expect(response.getResult(ERRORS), isEmpty);
|
| RequestError error = response.error;
|
| expect(error, isNotNull);
|
| - expect(error.code, -13);
|
| + expect(error.code, 'GET_ERRORS_ERROR');
|
| });
|
| }
|
|
|
|
|