| Index: pkg/front_end/testcases/rasta/abstract_constructor.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/rasta/abstract_constructor.dart.direct.expect b/pkg/front_end/testcases/rasta/abstract_constructor.dart.direct.expect
|
| index fd7296965b2dfb2f9e76c9cf44d873036f23643e..524e1aee4655c77e0095bce57311435a182a78af 100644
|
| --- a/pkg/front_end/testcases/rasta/abstract_constructor.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/rasta/abstract_constructor.dart.direct.expect
|
| @@ -3,7 +3,7 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| abstract class C extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
|
|