| Index: test/codegen/expect/expect/expect.js
|
| diff --git a/test/codegen/expect/expect/expect.js b/test/codegen/expect/expect/expect.js
|
| index 905bc653a924b0590a0826cdbd142f1a6b1c8b05..5fb05a3f78c4759124426560739d8dba0ec4db90 100644
|
| --- a/test/codegen/expect/expect/expect.js
|
| +++ b/test/codegen/expect/expect/expect.js
|
| @@ -297,8 +297,8 @@ dart_library.library('expect/expect', null, /* Imports */[
|
| return core.identical(a, b);
|
| }
|
| dart.fn(_identical, core.bool, [dart.dynamic, dart.dynamic]);
|
| - let _CheckExceptionFn = dart.typedef('_CheckExceptionFn', () => dart.functionType(core.bool, [dart.dynamic]));
|
| - let _Nullary = dart.typedef('_Nullary', () => dart.functionType(dart.dynamic, []));
|
| + const _CheckExceptionFn = dart.typedef('_CheckExceptionFn', () => dart.functionType(core.bool, [dart.dynamic]));
|
| + const _Nullary = dart.typedef('_Nullary', () => dart.functionType(dart.dynamic, []));
|
| class ExpectException extends core.Object {
|
| ExpectException(message) {
|
| this.message = message;
|
|
|