| 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 92ae4c4d208b575aae77884afdca7fee306950c6..89dfabc933e2414fcb7e2d98b33eae88a3f4133c 100644
|
| --- a/tests/compiler/dart2js/value_range_test.dart
|
| +++ b/tests/compiler/dart2js/value_range_test.dart
|
| @@ -279,7 +279,8 @@ const String DEFAULT_CORELIB_WITH_LIST_INTERFACE = r'''
|
| class Null {}
|
| class Dynamic_ {}
|
| class StackTrace {}
|
| - bool identical(Object a, Object b) {}''';
|
| + bool identical(Object a, Object b) {}
|
| + const proxy = 0;''';
|
|
|
| const String INTERCEPTORSLIB_WITH_MEMBERS = r'''
|
| class Interceptor {
|
|
|