| Index: pkg/front_end/test/fasta/cycles.dart.direct.expect
|
| diff --git a/pkg/front_end/test/fasta/cycles.dart.direct.expect b/pkg/front_end/test/fasta/cycles.dart.direct.expect
|
| deleted file mode 100644
|
| index 94594c5a3bab19714e5a0f79a16d35ae530ff42a..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/test/fasta/cycles.dart.direct.expect
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -library;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -class A extends core::Object {
|
| - constructor •() → void
|
| - : super core::Object::•()
|
| - ;
|
| -}
|
| -class B extends core::Object {
|
| - constructor •() → void
|
| - : super core::Object::•()
|
| - ;
|
| -}
|
| -class C extends core::Object {
|
| - constructor •() → void
|
| - : super core::Object::•()
|
| - ;
|
| -}
|
| -class D extends core::Object {
|
| - constructor •() → void
|
| - : super core::Object::•()
|
| - ;
|
| -}
|
| -static method main() → dynamic {
|
| - core::print(new self::A::•());
|
| - core::print(new self::B::•());
|
| - core::print(new self::C::•());
|
| - core::print(new self::D::•());
|
| -}
|
|
|