| Index: pkg/front_end/test/fasta/typedef.dart.direct.expect
|
| diff --git a/pkg/front_end/test/fasta/typedef.dart.direct.expect b/pkg/front_end/test/fasta/typedef.dart.direct.expect
|
| deleted file mode 100644
|
| index b53d1e498f95e5005e53fe7b9b3c8ab7d7440a2b..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/test/fasta/typedef.dart.direct.expect
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -library;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -static method main() → dynamic {
|
| - core::print(self::main is () → dynamic);
|
| - core::print(self::main is (dynamic) → dynamic);
|
| - core::print(self::main is (dynamic, dynamic) → dynamic);
|
| -}
|
|
|