| Index: pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_test.dart b/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| index db8c43a48abd796d2c62239540aad5cc01969d74..0e7843d57c44085f1457ba8948806d263e5fdf74 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| @@ -220,10 +220,6 @@ class ResynthTest extends ResolverTestCase {
|
| ElementImpl actualResynthesized = getActualElement(resynthesized, desc);
|
| ElementImpl actualOriginal = getActualElement(original, desc);
|
| for (Modifier modifier in Modifier.values) {
|
| - if (modifier == Modifier.MIXIN) {
|
| - // Skipping for now. TODO(paulberry): fix.
|
| - continue;
|
| - }
|
| bool got = actualResynthesized.hasModifier(modifier);
|
| bool want = actualOriginal.hasModifier(modifier);
|
| expect(got, want,
|
|
|