| Index: test/codegen/expect/_isolate_helper/_isolate_helper.js
|
| diff --git a/test/codegen/expect/_isolate_helper/_isolate_helper.js b/test/codegen/expect/_isolate_helper/_isolate_helper.js
|
| index 5cbf0d6383b0f19959f04d61a3ad5d124600df79..a16ca27c7b409dd94e618b573a9a1eda877f599e 100644
|
| --- a/test/codegen/expect/_isolate_helper/_isolate_helper.js
|
| +++ b/test/codegen/expect/_isolate_helper/_isolate_helper.js
|
| @@ -254,7 +254,7 @@ var _isolate_helper;
|
| if (this.errorsAreFatal) {
|
| this.kill();
|
| if (core.identical(this, exports._globalState.rootContext)) {
|
| - dart.throw_("Unimplemented RethrowExpression: rethrow");
|
| + throw e;
|
| }
|
| }
|
| }
|
|
|