| 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 f623ced3c796ee4858288c8e0bfe7aed9dd849b2..474d2a1fa5d6f9712ed46181378ac49f9921ea3e 100644
|
| --- a/tests/compiler/dart2js/value_range_test.dart
|
| +++ b/tests/compiler/dart2js/value_range_test.dart
|
| @@ -219,6 +219,7 @@ const String DEFAULT_CORELIB_WITH_LIST_INTERFACE = r'''
|
| class Closure {}
|
| class Null {}
|
| class Dynamic_ {}
|
| + class StackTrace {}
|
| bool identical(Object a, Object b) {}''';
|
|
|
| const String INTERCEPTORSLIB_WITH_MEMBERS = r'''
|
|
|