Chromium Code Reviews| Index: tests/compiler/dart2js/kernel/compile_from_dill_test.dart |
| diff --git a/tests/compiler/dart2js/kernel/compile_from_dill_test.dart b/tests/compiler/dart2js/kernel/compile_from_dill_test.dart |
| index 7ea1579e0db80e4d2d09482a9726633f5bf06b54..335154a79fc20723eb3d751afcabdbe9b6b1b063 100644 |
| --- a/tests/compiler/dart2js/kernel/compile_from_dill_test.dart |
| +++ b/tests/compiler/dart2js/kernel/compile_from_dill_test.dart |
| @@ -34,8 +34,12 @@ import 'compiler_helper.dart'; |
| const SOURCE = const { |
| 'main.dart': ''' |
| foo() => 1; |
| +bar() => true; |
| main() { |
| foo(); |
| + bar(); |
| + []; |
| + {}; |
| return null; |
| } |
| ''' |