| 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 3fecdd141ba8332f1e005dc9591d638811fd3616..e228226fd8c65a6f58f13571cd2cb70ea2210164 100644
|
| --- a/pkg/analyzer/test/src/task/dart_test.dart
|
| +++ b/pkg/analyzer/test/src/task/dart_test.dart
|
| @@ -4387,7 +4387,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");
|
| }
|
| }
|
|
|
|
|