| Index: tests/compiler/dart2js/mock_libraries.dart
|
| diff --git a/tests/compiler/dart2js/mock_libraries.dart b/tests/compiler/dart2js/mock_libraries.dart
|
| index 54d4490bfba4995ce5b545c9870071a94a01ecba..296e18bfcc3b359879dc7f6f8db791e142cfd196 100644
|
| --- a/tests/compiler/dart2js/mock_libraries.dart
|
| +++ b/tests/compiler/dart2js/mock_libraries.dart
|
| @@ -294,6 +294,8 @@ const Map<String, String> DEFAULT_INTERCEPTORS_LIBRARY = const <String, String>{
|
| }''',
|
| 'JSMutableArray':
|
| 'class JSMutableArray extends JSArray implements JSMutableIndexable {}',
|
| + 'JSUnmodifiableArray':
|
| + 'class JSUnmodifiableArray extends JSArray {}',
|
| 'JSMutableIndexable':
|
| 'abstract class JSMutableIndexable extends JSIndexable {}',
|
| 'JSPositiveInt': 'class JSPositiveInt extends JSInt {}',
|
|
|