| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index 9f67d129426ab1935f1bc6495855b60380c6d317..81d44ce23e0416727e00443868da34974679118c 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -76,7 +76,6 @@ class MockCompiler extends Compiler {
|
| bool enableTypeAssertions: false,
|
| bool enableUserAssertions: false,
|
| bool enableMinification: false,
|
| - bool enableConcreteTypeInference: false,
|
| int maxConcreteTypeSize: 5,
|
| bool disableTypeInference: false,
|
| bool analyzeAll: false,
|
| @@ -99,7 +98,6 @@ class MockCompiler extends Compiler {
|
| enableUserAssertions: enableUserAssertions,
|
| enableAssertMessage: true,
|
| enableMinification: enableMinification,
|
| - enableConcreteTypeInference: enableConcreteTypeInference,
|
| maxConcreteTypeSize: maxConcreteTypeSize,
|
| disableTypeInferenceFlag: disableTypeInference,
|
| analyzeAllFlag: analyzeAll,
|
|
|