| Index: tests/compiler/dart2js/mock_libraries.dart
|
| diff --git a/tests/compiler/dart2js/mock_libraries.dart b/tests/compiler/dart2js/mock_libraries.dart
|
| index d1d9ae2fb53bfa4a6002acaa8614e1e93ba4e98e..5f5cc744ea8ac2f17dd80265f4d92b7f8c692e20 100644
|
| --- a/tests/compiler/dart2js/mock_libraries.dart
|
| +++ b/tests/compiler/dart2js/mock_libraries.dart
|
| @@ -339,6 +339,7 @@ const Map<String, String> DEFAULT_INTERCEPTORS_LIBRARY = const <String, String>{
|
| operator[](index) {}
|
| toString() {}
|
| operator+(other) => this;
|
| + codeUnitAt(index) => 42;
|
| }''',
|
| 'JSUInt31': 'class JSUInt31 extends JSUInt32 {}',
|
| 'JSUInt32': 'class JSUInt32 extends JSPositiveInt {}',
|
| @@ -361,4 +362,3 @@ const Map<String, String> DEFAULT_MIRRORS_LIBRARY = const <String, String>{
|
| 'MirrorSystem': 'class MirrorSystem {}',
|
| 'MirrorsUsed': 'class MirrorsUsed {}',
|
| };
|
| -
|
|
|