| Index: pkg/analyzer/test/src/context/context_test.dart
|
| diff --git a/pkg/analyzer/test/src/context/context_test.dart b/pkg/analyzer/test/src/context/context_test.dart
|
| index 13a5526e6f35aa564a4773087e0e15a4301b28ac..2379a053459b0429180b987a4f0f32fc5ac800c2 100644
|
| --- a/pkg/analyzer/test/src/context/context_test.dart
|
| +++ b/pkg/analyzer/test/src/context/context_test.dart
|
| @@ -2543,9 +2543,7 @@ import 'package:crypto/crypto.dart';
|
| }
|
|
|
| void test_resolveCompilationUnit_existingElementModel() {
|
| - prepareAnalysisContext(new AnalysisOptionsImpl()
|
| - ..enableGenericMethods = true
|
| - ..strongMode = true);
|
| + prepareAnalysisContext(new AnalysisOptionsImpl()..strongMode = true);
|
| Source source = addSource(
|
| '/test.dart',
|
| r'''
|
|
|