| Index: lib/src/testing.dart
|
| diff --git a/lib/src/testing.dart b/lib/src/testing.dart
|
| index ae87c064551ae51aa11abf6a20f7e2e48e5f1fa0..f34c063689fbfdc1b6e46a2d9027871ba52ef76b 100644
|
| --- a/lib/src/testing.dart
|
| +++ b/lib/src/testing.dart
|
| @@ -46,8 +46,8 @@ import 'utils.dart';
|
| /// '''
|
| /// });
|
| ///
|
| -CheckerResults testChecker(Map<String, String> testFiles,
|
| - {bool allowConstCasts: true, String sdkDir, customUrlMappings: const {},
|
| +CheckerResults testChecker(Map<String, String> testFiles, {String sdkDir,
|
| + customUrlMappings: const {},
|
| CheckerReporter createReporter(AnalysisContext context),
|
| covariantGenerics: true, relaxedCasts: true,
|
| inferDownwards: RulesOptions.inferDownwardsDefault,
|
| @@ -62,7 +62,6 @@ CheckerResults testChecker(Map<String, String> testFiles,
|
| var uriResolver = new TestUriResolver(provider);
|
|
|
| var options = new CompilerOptions(
|
| - allowConstCasts: allowConstCasts,
|
| covariantGenerics: covariantGenerics,
|
| relaxedCasts: relaxedCasts,
|
| inferDownwards: inferDownwards,
|
|
|