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 0e2482a8797750292b514492a140fe3c41aea0db..7ea1579e0db80e4d2d09482a9726633f5bf06b54 100644 |
| --- a/tests/compiler/dart2js/kernel/compile_from_dill_test.dart |
| +++ b/tests/compiler/dart2js/kernel/compile_from_dill_test.dart |
| @@ -33,7 +33,7 @@ import 'compiler_helper.dart'; |
| const SOURCE = const { |
| 'main.dart': ''' |
| -foo() {} |
| +foo() => 1; |
| main() { |
| foo(); |
| return null; |