| Index: test/codegen/expect/async_helper/async_helper.js
|
| diff --git a/test/codegen/expect/async_helper/async_helper.js b/test/codegen/expect/async_helper/async_helper.js
|
| index 8d0d1ed9e9fd6ed8483cf072d058c990b15d988c..19d2b255c6a65b6d3e1ea4b37692dfe32181807f 100644
|
| --- a/test/codegen/expect/async_helper/async_helper.js
|
| +++ b/test/codegen/expect/async_helper/async_helper.js
|
| @@ -6,7 +6,7 @@ dart_library.library('async_helper/async_helper', null, /* Imports */[
|
| 'use strict';
|
| let dartx = dart.dartx;
|
| exports._initialized = false;
|
| - let _Action0 = dart.typedef('_Action0', () => dart.functionType(dart.void, []));
|
| + const _Action0 = dart.typedef('_Action0', () => dart.functionType(dart.void, []));
|
| exports._onAsyncEnd = null;
|
| exports._asyncLevel = 0;
|
| function _buildException(msg) {
|
|
|