| Index: pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_common.dart b/pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| index 2a016706fc0fbeb0b69609fffbb638659619e5d3..2c8617a31838aed70c625d5e5d7506e9f0e1210b 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| @@ -2113,7 +2113,7 @@ class C<C1> {
|
|
|
| test_class_mixins_unresolved() async {
|
| var library = await checkLibrary(
|
| - 'class C extends Object with X, Y, Z; class X {} class Z {}',
|
| + 'class C extends Object with X, Y, Z {} class X {} class Z {}',
|
| allowErrors: true);
|
| checkElementText(library, r'''
|
| class C extends Object with X, Z {
|
|
|