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 9d7e567fb2734dedebf5831cd5585857bcf054b9..aebbaf46a049dbb82c4dd866370530f2db18c34b 100644 |
| --- a/tests/compiler/dart2js/kernel/compile_from_dill_test.dart |
| +++ b/tests/compiler/dart2js/kernel/compile_from_dill_test.dart |
| @@ -34,6 +34,7 @@ import 'compiler_helper.dart'; |
| const SOURCE = const { |
| 'main.dart': ''' |
| main() { |
| + return null; |
|
Siggi Cherem (dart-lang)
2017/05/30 22:45:55
it's not empty! it's not empty! :)
|
| } |
| ''' |
| }; |