| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index cf612bfa423e9a8ec09a8d5540a9eeb63af9e21d..5d83c5dd1336973a68e7b17d4b122992a85b1e6a 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -80,7 +80,6 @@ class MockCompiler extends Compiler {
|
| bool disableTypeInference: false,
|
| bool analyzeAll: false,
|
| bool analyzeOnly: false,
|
| - bool emitJavaScript: true,
|
| bool preserveComments: false,
|
| // Our unit tests check code generation output that is
|
| // affected by inlining support.
|
| @@ -106,7 +105,6 @@ class MockCompiler extends Compiler {
|
| disableTypeInference: disableTypeInference,
|
| analyzeAll: analyzeAll,
|
| analyzeOnly: analyzeOnly,
|
| - emitJavaScript: emitJavaScript,
|
| preserveComments: preserveComments,
|
| trustTypeAnnotations: trustTypeAnnotations,
|
| trustJSInteropTypeAnnotations: trustJSInteropTypeAnnotations,
|
|
|