Chromium Code Reviews| Index: tests/compiler/dart2js/dead_phi_eliminator_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/dead_phi_eliminator_test.dart (revision 13712) |
| +++ tests/compiler/dart2js/dead_phi_eliminator_test.dart (working copy) |
| @@ -16,7 +16,7 @@ |
| """; |
| main() { |
| - String generated = compile(TEST_ONE, 'foo'); |
| + String generated = compile(TEST_ONE, entry: 'foo'); |
| RegExp regexp = const RegExp("toBeRemoved"); |
| Expect.isTrue(!regexp.hasMatch(generated)); |
| } |