| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index 1540a7990613493f118fe2bdfddf4db234f0db9b..8cbf06345eabfcdc81ca8f237129dcbb38cf2671 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -38,6 +38,7 @@ class WarningMessage {
|
| }
|
|
|
| const String DEFAULT_HELPERLIB = r'''
|
| + const patch = 0;
|
| wrapException(x) { return x; }
|
| iae(x) { throw x; } ioore(x) { throw x; }
|
| guard$array(x) { return x; }
|
|
|