| Index: test/codegen/expect/try_catch.js
|
| diff --git a/test/codegen/expect/try_catch.js b/test/codegen/expect/try_catch.js
|
| index d0a416650782f42a4971adf9946eca764fe68a0d..eeb4d51ab9e4505034ed915b34dab541fab6e946 100644
|
| --- a/test/codegen/expect/try_catch.js
|
| +++ b/test/codegen/expect/try_catch.js
|
| @@ -1,8 +1,10 @@
|
| -dart.library('try_catch', null, /* Imports */[
|
| +dart_library.library('try_catch', null, /* Imports */[
|
| + "dart_runtime/dart",
|
| 'dart/core'
|
| ], /* Lazy imports */[
|
| -], function(exports, core) {
|
| +], function(exports, dart, core) {
|
| 'use strict';
|
| + let dartx = dart.dartx;
|
| function foo() {
|
| try {
|
| throw "hi there";
|
|
|