| Index: tests/compiler/dart2js/minify_many_locals_test.dart
|
| diff --git a/tests/compiler/dart2js/minify_many_locals_test.dart b/tests/compiler/dart2js/minify_many_locals_test.dart
|
| index bdc22aa0a57af07bd525226542f490793041457f..98260b9171c04c43eb47d2f4c4d92b59186c5d3b 100644
|
| --- a/tests/compiler/dart2js/minify_many_locals_test.dart
|
| +++ b/tests/compiler/dart2js/minify_many_locals_test.dart
|
| @@ -16,7 +16,7 @@ main() {
|
| buffer.add("x$i+");
|
| }
|
| buffer.add("2000; return i; }");
|
| - var generated = compile(buffer.toString(), 'foo', minify: true);
|
| + var generated = compile(buffer.toString(), entry: 'foo', minify: true);
|
| RegExp re = new RegExp(r"\(a,b,c");
|
| Expect.isTrue(re.hasMatch(generated));
|
|
|
|
|