| Index: tests/compiler/dart2js/type_inference5_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/type_inference5_test.dart (revision 13754)
|
| +++ tests/compiler/dart2js/type_inference5_test.dart (working copy)
|
| @@ -14,7 +14,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.
|
|
|