| Index: tests/compiler/dart2js/value_range_test.dart
|
| diff --git a/tests/compiler/dart2js/value_range_test.dart b/tests/compiler/dart2js/value_range_test.dart
|
| index 5913d941393070041606b3f624f43e5870386fcb..6e23404b9934a52d47c338679f7623a2237f423b 100644
|
| --- a/tests/compiler/dart2js/value_range_test.dart
|
| +++ b/tests/compiler/dart2js/value_range_test.dart
|
| @@ -222,7 +222,9 @@ const String DEFAULT_CORELIB_WITH_LIST_INTERFACE = r'''
|
| bool identical(Object a, Object b) {}''';
|
|
|
| const String INTERCEPTORSLIB_WITH_MEMBERS = r'''
|
| - class JSIndexable {}
|
| + abstract class JSIndexable {
|
| + get length;
|
| + }
|
| class JSArray implements JSIndexable {
|
| var length;
|
| var removeLast;
|
|
|