| Index: pkg/front_end/test/fasta/rasta/bad_constructor_redirection.dart.direct.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/bad_constructor_redirection.dart.direct.expect b/pkg/front_end/test/fasta/rasta/bad_constructor_redirection.dart.direct.expect
|
| deleted file mode 100644
|
| index 76f08943dcce05bac1514d905aefea73efeece7c..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/test/fasta/rasta/bad_constructor_redirection.dart.direct.expect
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -library;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -class C extends core::Object {
|
| - const constructor •() → void
|
| - : invalid-initializer;
|
| - const constructor x() → void
|
| - : super core::Object::•()
|
| - ;
|
| -}
|
| -static method main() → dynamic {
|
| - new self::C::•();
|
| - const self::C::•();
|
| -}
|
|
|