| 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 7db700078d85dd392f93de566ae412b1d845a8e1..ac2da4d5f888bb9150baf11937ae059cb58a52c7 100644
|
| --- a/test/codegen/expect/async_helper/async_helper.js
|
| +++ b/test/codegen/expect/async_helper/async_helper.js
|
| @@ -11,7 +11,7 @@ dart_library.library('async_helper', null, /* Imports */[
|
| async_helper._onAsyncEnd = null;
|
| async_helper._asyncLevel = 0;
|
| async_helper._buildException = function(msg) {
|
| - return core.Exception.new(`Fatal: ${msg}. This is most likely a bug in your test.`);
|
| + return core.Exception.new(dart.str`Fatal: ${msg}. This is most likely a bug in your test.`);
|
| };
|
| dart.fn(async_helper._buildException, core.Exception, [core.String]);
|
| async_helper.asyncTestInitialize = function(callback) {
|
|
|