Index: tests/language/constructor10_test.dart |
diff --git a/tests/language/constructor10_test.dart b/tests/language/constructor10_test.dart |
index b6f94bd324e2013a8756b3e192a545feca2ee1fe..87d28d786cd929fb9a25c19c705570a4078a9dae 100644 |
--- a/tests/language/constructor10_test.dart |
+++ b/tests/language/constructor10_test.dart |
@@ -4,7 +4,6 @@ |
// Check that the implicit super call for synthetic constructors are checked. |
- |
class A { |
final x; |
A(this.x); |
@@ -36,8 +35,7 @@ class G extends A { |
*/ // //# 02: continued |
} |
-class H extends G { |
-} |
+class H extends G {} |
main() { |
new B().x; |