Chromium Code Reviews| Index: tests/compiler/dart2js/identity_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/identity_test.dart (revision 13712) |
| +++ tests/compiler/dart2js/identity_test.dart (working copy) |
| @@ -14,7 +14,7 @@ |
| """; |
| main() { |
| - String generated = compile(TEST_ONE, 'foo'); |
| + String generated = compile(TEST_ONE, entry: 'foo'); |
| // Check that no boolify code is generated. |
| RegExp regexp = const RegExp("=== true"); |