| Index: tests/utils/recursive_import_test.dart
|
| diff --git a/tests/utils/recursive_import_test.dart b/tests/utils/recursive_import_test.dart
|
| index b6e95f301a4c9b7dca2173295cbfe2fd7dd63185..6562faea7e130398dcf6d4c4476f098cc97942d3 100644
|
| --- a/tests/utils/recursive_import_test.dart
|
| +++ b/tests/utils/recursive_import_test.dart
|
| @@ -37,12 +37,10 @@ class JSInvocationMirror {} // Should be in helper.
|
| const INTERCEPTORS_LIB = """
|
| library interceptors;
|
| class JSArray {
|
| - get length => null;
|
| removeLast() => null;
|
| add(x) { }
|
| }
|
| class JSString {
|
| - get length => null;
|
| split(x) => null;
|
| concat(x) => null;
|
| toString() => null;
|
|
|