| 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 e4b957217a0b8bee04ab256bec8127d3c433f09f..3825beece84f5454a4a447a3dda1b8e001887015 100644
|
| --- a/tests/compiler/dart2js/value_range_test.dart
|
| +++ b/tests/compiler/dart2js/value_range_test.dart
|
| @@ -292,8 +292,6 @@ const String INTERCEPTORSLIB_WITH_MEMBERS = r'''
|
| }
|
| abstract class JSMutableIndexable extends JSIndexable {}
|
| class JSArray implements JSIndexable {
|
| - JSArray() {}
|
| - JSArray.typed(a) => a;
|
| var length;
|
| var removeLast;
|
| operator[] (_) {}
|
|
|