| Index: tests/compiler/dart2js/redundant_phi_eliminator_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/redundant_phi_eliminator_test.dart (revision 13712)
|
| +++ tests/compiler/dart2js/redundant_phi_eliminator_test.dart (working copy)
|
| @@ -27,7 +27,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));
|
|
|
|
|