Chromium Code Reviews| Index: tests/compiler/dart2js/boolify_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/boolify_test.dart (revision 13754) |
| +++ tests/compiler/dart2js/boolify_test.dart (working copy) |
| @@ -14,6 +14,6 @@ |
| """; |
| main() { |
| - String generated = compile(TEST, 'foo'); |
| + String generated = compile(TEST, entry: 'foo'); |
| Expect.isTrue(generated.contains('foo() !== true)')); |
| } |