Chromium Code Reviews| Index: tests/compiler/dart2js/gvn_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/gvn_test.dart (revision 13754) |
| +++ tests/compiler/dart2js/gvn_test.dart (working copy) |
| @@ -14,7 +14,7 @@ |
| """; |
| main() { |
| - String generated = compile(TEST_ONE, 'foo'); |
| + String generated = compile(TEST_ONE, entry: 'foo'); |
| RegExp regexp = const RegExp(r"1 \+ [a-z]+"); |
| Iterator matches = regexp.allMatches(generated).iterator(); |
| Expect.isTrue(matches.hasNext()); |