Index: pkg/front_end/testcases/rasta/typedef.dart.dartk.expect |
diff --git a/pkg/front_end/testcases/rasta/typedef.dart.dartk.expect b/pkg/front_end/testcases/rasta/typedef.dart.dartk.expect |
deleted file mode 100644 |
index dddec203cdf78f3de1bd7d3aee852f246d216fbf..0000000000000000000000000000000000000000 |
--- a/pkg/front_end/testcases/rasta/typedef.dart.dartk.expect |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-library; |
-import self as self; |
-import "dart:core" as core; |
- |
-static method main() → dynamic { |
- core::print(() → void); |
- let final dynamic #t1 = null in invalid-expression; |
- () → void; |
- () → void.call(); |
-} |