| Index: pkg/analyzer/test/options_test.dart
|
| diff --git a/pkg/analyzer/test/options_test.dart b/pkg/analyzer/test/options_test.dart
|
| index f335dee2cd34bfbc7ce82cc6c1bc21b52b4abf06..2b30e62f8844be85d229c3dc684d5dc87cc10fed 100644
|
| --- a/pkg/analyzer/test/options_test.dart
|
| +++ b/pkg/analyzer/test/options_test.dart
|
| @@ -61,7 +61,7 @@ main() {
|
|
|
| test('enable type checks', () {
|
| CommandLineOptions options = CommandLineOptions
|
| - .parse(['--dart-sdk', '.', '--enable_type_cheks', 'foo.dart']);
|
| + .parse(['--dart-sdk', '.', '--enable_type_checks', 'foo.dart']);
|
| expect(options.enableTypeChecks, isTrue);
|
| });
|
|
|
|
|