| Index: tests/compiler/dart2js/type_inference4_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/type_inference4_test.dart (revision 13754)
|
| +++ tests/compiler/dart2js/type_inference4_test.dart (working copy)
|
| @@ -15,7 +15,7 @@
|
| """;
|
|
|
| main() {
|
| - String generated = compile(TEST_ONE, 'foo');
|
| + String generated = compile(TEST_ONE, entry: 'foo');
|
|
|
| // Test for absence of an illegal argument exception. This means that the
|
| // arguments are known to be integers.
|
|
|