| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index 585397ebdab12bcf65308947dcfb0458e6d21b04..4ad92d761909c862e7da19feeb976b2c63ad1ad5 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -39,7 +39,7 @@ class WarningMessage {
|
| }
|
|
|
| const String DEFAULT_HELPERLIB = r'''
|
| - $throw(x) { return x; }
|
| + wrapException(x) { return x; }
|
| iae(x) { throw x; } ioore(x) { throw x; }
|
| guard$array(x) { return x; }
|
| guard$num(x) { return x; }
|
|
|