| Index: pkg/analyzer/test/generated/resolver_test.dart
|
| diff --git a/pkg/analyzer/test/generated/resolver_test.dart b/pkg/analyzer/test/generated/resolver_test.dart
|
| index 924cf6dba17d2e72c54b5ae11687b70e9057bb9c..f206be861752b7e78b419daca2cca6e3a562bf07 100644
|
| --- a/pkg/analyzer/test/generated/resolver_test.dart
|
| +++ b/pkg/analyzer/test/generated/resolver_test.dart
|
| @@ -7746,6 +7746,15 @@ class ResolverTestCase extends EngineTestCase {
|
| }
|
|
|
| /**
|
| + * Reset the analysis context to have the 'enableEnum' option set to true.
|
| + */
|
| + void resetWithEnum() {
|
| + AnalysisOptionsImpl analysisOptions = new AnalysisOptionsImpl();
|
| + analysisOptions.enableEnum = true;
|
| + resetWithOptions(analysisOptions);
|
| + }
|
| +
|
| + /**
|
| * Reset the analysis context to have the given options applied.
|
| *
|
| * @param options the analysis options to be applied to the context
|
|
|