Chromium Code Reviews| Index: tests/kernel/unsorted/super_mixin_test.dart |
| diff --git a/tests/kernel/unsorted/super_mixin_test.dart b/tests/kernel/unsorted/super_mixin_test.dart |
| index de0871e6a99f3ac67fc00efac7c3ff1a511195af..8c04aabca73b7abcc37c65680c834b9feaeced01 100644 |
| --- a/tests/kernel/unsorted/super_mixin_test.dart |
| +++ b/tests/kernel/unsorted/super_mixin_test.dart |
| @@ -28,8 +28,7 @@ class Mixin { |
| } |
| } |
| -class Sub extends Base with Mixin { |
| -} |
| +class Sub extends Base with Mixin {} |
| main() { |
| var object = new Sub(); |