| Index: tests/compiler/dart2js/code_motion_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/code_motion_test.dart (revision 13712)
|
| +++ tests/compiler/dart2js/code_motion_test.dart (working copy)
|
| @@ -18,7 +18,7 @@
|
| """;
|
|
|
| main() {
|
| - String generated = compile(TEST_ONE, 'foo');
|
| + String generated = compile(TEST_ONE, entry: 'foo');
|
| RegExp regexp = const RegExp('a \\+ b');
|
| Iterator matches = regexp.allMatches(generated).iterator();
|
| Expect.isTrue(matches.hasNext());
|
|
|