| Index: tests/compiler/dart2js/is_inference_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/is_inference_test.dart (revision 13754)
|
| +++ tests/compiler/dart2js/is_inference_test.dart (working copy)
|
| @@ -63,7 +63,7 @@
|
| """;
|
|
|
| compileAndTest(String code) {
|
| - String generated = compile(code, 'test');
|
| + String generated = compile(code, entry: 'test');
|
| RegExp validAdd =
|
| new RegExp("($anyIdentifier \\+ 42)|($anyIdentifier \\+= 42)");
|
| RegExp invalidAdd = new RegExp("$anyIdentifier \\+ 53");
|
|
|