Index: pkg/front_end/test/fasta/functions.dart.direct.expect |
diff --git a/pkg/front_end/test/fasta/functions.dart.direct.expect b/pkg/front_end/test/fasta/functions.dart.direct.expect |
deleted file mode 100644 |
index a816760c9470dea49c66c89c117e31cf2516b322..0000000000000000000000000000000000000000 |
--- a/pkg/front_end/test/fasta/functions.dart.direct.expect |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-library; |
-import self as self; |
-import "dart:core" as core; |
- |
-static method main() → dynamic { |
- function local(({a: dynamic}) → void f) → void { |
- f.call(a: "Hello, World"); |
- f.call(); |
- } |
- local.call(({dynamic a = "Default greeting!"}) → dynamic { |
- core::print(a); |
- }); |
-} |