| Index: test/codegen/expect/expect.js
|
| diff --git a/test/codegen/expect/expect.js b/test/codegen/expect/expect.js
|
| index cb54e7d28b7505a553f1f76e255a3eec38c46b5a..57b29dacd86a3461900e6df694fac16c52ab5336 100644
|
| --- a/test/codegen/expect/expect.js
|
| +++ b/test/codegen/expect/expect.js
|
| @@ -267,7 +267,7 @@ dart_library.library('expect', null, /* Imports */[
|
| return reason == null ? "" : `, '${reason}'`;
|
| }
|
| static _fail(message) {
|
| - throw new ExpectException(message);
|
| + dart.throw_(new ExpectException(message));
|
| }
|
| }
|
| dart.setSignature(Expect, {
|
|
|