| Index: tests/utils/recursive_import_test.dart
|
| diff --git a/tests/utils/recursive_import_test.dart b/tests/utils/recursive_import_test.dart
|
| index 64bfee0f9be433bea28395638e893c99bf697137..4fa1db28c7f0a63a79d8b9f5d19df4bac1e4c01e 100644
|
| --- a/tests/utils/recursive_import_test.dart
|
| +++ b/tests/utils/recursive_import_test.dart
|
| @@ -42,7 +42,7 @@ const proxy = const _Proxy();
|
| const INTERCEPTORS_LIB = """
|
| library interceptors;
|
| class JSIndexable {
|
| - get length;
|
| + get length {}
|
| }
|
| class JSMutableIndexable {}
|
| class JSArray {
|
|
|