| Index: tests/compiler/dart2js/array_static_intercept_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/array_static_intercept_test.dart (revision 13712)
|
| +++ tests/compiler/dart2js/array_static_intercept_test.dart (working copy)
|
| @@ -13,7 +13,7 @@
|
| """;
|
|
|
| main() {
|
| - String generated = compile(TEST_ONE, 'foo');
|
| + String generated = compile(TEST_ONE, entry: 'foo');
|
| Expect.isTrue(generated.contains(r'.add$1('));
|
| Expect.isTrue(generated.contains(r'.removeLast('));
|
| Expect.isTrue(generated.contains(r'.get$length('));
|
|
|