| Index: tests/compiler/dart2js/mock_compiler.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/mock_compiler.dart (revision 23577)
|
| +++ tests/compiler/dart2js/mock_compiler.dart (working copy)
|
| @@ -194,6 +194,7 @@
|
| bool enableMinification: false,
|
| bool enableConcreteTypeInference: false,
|
| int maxConcreteTypeSize: 5,
|
| + bool disableTypeInference: false,
|
| bool analyzeAll: false,
|
| bool analyzeOnly: false,
|
| bool preserveComments: false})
|
| @@ -203,6 +204,7 @@
|
| enableMinification: enableMinification,
|
| enableConcreteTypeInference: enableConcreteTypeInference,
|
| maxConcreteTypeSize: maxConcreteTypeSize,
|
| + disableTypeInference: disableTypeInference,
|
| analyzeAll: analyzeAll,
|
| analyzeOnly: analyzeOnly,
|
| preserveComments: preserveComments) {
|
|
|