| Index: pkg/front_end/test/fasta/for_in_scope.dart.direct.expect
|
| diff --git a/pkg/front_end/test/fasta/for_in_scope.dart.direct.expect b/pkg/front_end/test/fasta/for_in_scope.dart.direct.expect
|
| deleted file mode 100644
|
| index 624010cf9dce1fd0e1d481e978e1b5c381836274..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/test/fasta/for_in_scope.dart.direct.expect
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -library;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -static method main(core::List<core::String> arguments) → dynamic {
|
| - for (core::String arguments in arguments) {
|
| - core::print(arguments);
|
| - }
|
| -}
|
|
|