Chromium Code Reviews| Index: pkg/front_end/testcases/inference/simple_literal_string.dart.direct.expect |
| diff --git a/pkg/front_end/testcases/inference/simple_literal_string.dart.direct.expect b/pkg/front_end/testcases/inference/simple_literal_string.dart.direct.expect |
| deleted file mode 100644 |
| index 0c4eda3d941bad155bde79bf2805234283a973eb..0000000000000000000000000000000000000000 |
| --- a/pkg/front_end/testcases/inference/simple_literal_string.dart.direct.expect |
| +++ /dev/null |
| @@ -1,7 +0,0 @@ |
| -library test; |
| -import self as self; |
| - |
| -static field dynamic topSimple = "aaa"; |
| -static method main() → dynamic { |
| - dynamic localSimple = "ccc"; |
| -} |