| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index 978f924daa3a37acbf0b58c73b6e9a22489acc45..3eb6a81f52b592cb75791008ac5bdc1d198208eb 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -392,7 +392,7 @@ api.DiagnosticHandler createHandler(MockCompiler compiler, String text,
|
| class MockElement extends FunctionElementX {
|
| MockElement(Element enclosingElement)
|
| : super('', ElementKind.FUNCTION, Modifiers.EMPTY,
|
| - enclosingElement, false);
|
| + enclosingElement);
|
|
|
| get node => null;
|
|
|
|
|