| Index: pkg/analyzer/test/src/task/options_test.dart
|
| diff --git a/pkg/analyzer/test/src/task/options_test.dart b/pkg/analyzer/test/src/task/options_test.dart
|
| index 105ed8b46f977f0418004fbb4695bf15bf09c497..03a257944f55a6800a7391ef50b718791d6219e5 100644
|
| --- a/pkg/analyzer/test/src/task/options_test.dart
|
| +++ b/pkg/analyzer/test/src/task/options_test.dart
|
| @@ -96,6 +96,15 @@ analyzer:
|
| expect(analysisOptions.enableSuperMixins, true);
|
| }
|
|
|
| + test_configure_enableStrictCallChecks() {
|
| + configureContext('''
|
| +analyzer:
|
| + language:
|
| + enableStrictCallChecks: true
|
| +''');
|
| + expect(analysisOptions.enableStrictCallChecks, true);
|
| + }
|
| +
|
| test_configure_error_processors() {
|
| configureContext('''
|
| analyzer:
|
|
|