| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index b24b0f2272cfc68c95d45d4103b186894ac63c65..30a4b40827f0b01aaa9fd6cd5a5345065700dd57 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -207,7 +207,8 @@ const String DEFAULT_CORELIB = r'''
|
| DateTime.utc(year);
|
| }
|
| abstract class Pattern {}
|
| - bool identical(Object a, Object b) { return true; }''';
|
| + bool identical(Object a, Object b) { return true; }
|
| + const proxy = 0;''';
|
|
|
| const String DEFAULT_ISOLATE_HELPERLIB = r'''
|
| var startRootIsolate;
|
|
|