| Index: pkg/analyzer/test/generated/non_hint_code_test.dart
|
| diff --git a/pkg/analyzer/test/generated/non_hint_code_test.dart b/pkg/analyzer/test/generated/non_hint_code_test.dart
|
| index eacfa0d9c6db90a6235ae175322c829f6e4e3e05..04a56238fec6be1c65163607ff13a6e53f70d79c 100644
|
| --- a/pkg/analyzer/test/generated/non_hint_code_test.dart
|
| +++ b/pkg/analyzer/test/generated/non_hint_code_test.dart
|
| @@ -1264,7 +1264,7 @@ g() {
|
| }
|
|
|
| test_withSuperMixin() async {
|
| - resetWithOptions(new AnalysisOptionsImpl()..enableSuperMixins = true);
|
| + resetWith(options: new AnalysisOptionsImpl()..enableSuperMixins = true);
|
| Source source = addSource(r'''
|
| abstract class A {
|
| void test();
|
|
|