| Index: pkg/analyzer/test/src/task/dart_test.dart
|
| diff --git a/pkg/analyzer/test/src/task/dart_test.dart b/pkg/analyzer/test/src/task/dart_test.dart
|
| index f39d8f9ef0ccba4643e2e595868454e6c60b4520..dcb698075eb769f43023fb63fd06a4690e82bee0 100644
|
| --- a/pkg/analyzer/test/src/task/dart_test.dart
|
| +++ b/pkg/analyzer/test/src/task/dart_test.dart
|
| @@ -4394,7 +4394,7 @@ class C {
|
|
|
| var errors = errorListener.errors;
|
| expect(errors.length, 1);
|
| - expect(errors[0].errorCode.name, "dev_compiler.StaticTypeError");
|
| + expect(errors[0].errorCode.name, "STRONG_MODE_STATIC_TYPE_ERROR");
|
| }
|
| }
|
|
|
|
|