| 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 b04ce231d87c72367f0eb8f9bf104ea4962fb906..0142fcbf93309be6a2e43e6cbc480d8f8c9f2c07 100644
|
| --- a/pkg/analyzer/test/src/task/dart_test.dart
|
| +++ b/pkg/analyzer/test/src/task/dart_test.dart
|
| @@ -4016,9 +4016,7 @@ void main() {
|
|
|
| // validate
|
| _fillErrorListener(STRONG_MODE_ERRORS);
|
| - var errors = errorListener.errors;
|
| - expect(errors.length, 1);
|
| - expect(errors[0].errorCode.name, "dev_compiler.DynamicInvoke");
|
| + expect(errorListener.errors, isEmpty);
|
|
|
| List<Statement> statements = getStatementsInTopLevelFunction(unit, "main");
|
| ExpressionStatement statement = statements[1];
|
|
|