| Index: tests/language_strong/mixin_implements_test.dart
|
| diff --git a/tests/language_strong/mixin_implements_test.dart b/tests/language_strong/mixin_implements_test.dart
|
| index 0136eb735e1183f261c5eaa008fcf12e15347e0c..1845773145b288b46f1b2ec52abd46a8bc85288b 100644
|
| --- a/tests/language_strong/mixin_implements_test.dart
|
| +++ b/tests/language_strong/mixin_implements_test.dart
|
| @@ -12,8 +12,7 @@ abstract class I1 {
|
| bar();
|
| }
|
|
|
| -abstract class I2 implements I0, I1 {
|
| -}
|
| +abstract class I2 implements I0, I1 {}
|
|
|
| class M {
|
| foo() => 42;
|
|
|