| Index: test/codegen/expect/async_helper.js
|
| diff --git a/test/codegen/expect/async_helper.js b/test/codegen/expect/async_helper.js
|
| index c2d9d58c57c2de698e296b1f44f617f9d44196bf..26645760feb614cfc0cef7bf3863b9973539a540 100644
|
| --- a/test/codegen/expect/async_helper.js
|
| +++ b/test/codegen/expect/async_helper.js
|
| @@ -6,7 +6,7 @@ dart_library.library('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) {
|
|
|