| Index: tests/compiler/dart2js/type_checker_test.dart
|
| diff --git a/tests/compiler/dart2js/type_checker_test.dart b/tests/compiler/dart2js/type_checker_test.dart
|
| index 6515eee20ec17922a55184bfe5861c71e43132a4..7f634e46915cd759152b4f9cb63ee9e300411f8f 100644
|
| --- a/tests/compiler/dart2js/type_checker_test.dart
|
| +++ b/tests/compiler/dart2js/type_checker_test.dart
|
| @@ -2140,7 +2140,7 @@ void generateOutput(MockCompiler compiler, String text) {
|
| }
|
|
|
| analyzeIn(MockCompiler compiler,
|
| - Element element,
|
| + ExecutableElement element,
|
| String text,
|
| [expectedWarnings]) {
|
| if (expectedWarnings == null) expectedWarnings = [];
|
|
|