| Index: pkg/analysis_server/test/analysis_server_test.dart
|
| diff --git a/pkg/analysis_server/test/analysis_server_test.dart b/pkg/analysis_server/test/analysis_server_test.dart
|
| index c79f3c84f08c61773e0e681765d7639f6502a81c..a4b3fc34ef7114b9a584ef5e2eedc9fad643b38e 100644
|
| --- a/pkg/analysis_server/test/analysis_server_test.dart
|
| +++ b/pkg/analysis_server/test/analysis_server_test.dart
|
| @@ -133,7 +133,7 @@ class AnalysisServerTest {
|
| Map<String, Object> json = AnalysisServer.errorToJson(analysisError);
|
|
|
| expect(json['message'],
|
| - equals("The element 'foo' is defined in the libraries 'bar' and 'baz'"));
|
| + equals("The name 'foo' is defined in the libraries 'bar' and 'baz'"));
|
| }
|
|
|
| static void errorToJson_noCorrection() {
|
|
|