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..296301eadef3ee3f6be1e9d9a14d2a434738693d 100644 |
--- a/test/codegen/expect/try_catch.js |
+++ b/test/codegen/expect/try_catch.js |
@@ -1,7 +1,9 @@ |
-dart.library('try_catch', null, /* Imports */[ |
+loader.library('try_catch', null, /* Imports */[ |
+ "dart/dart_runtime", |
+ "dart/dartx", |
'dart/core' |
], /* Lazy imports */[ |
-], function(exports, core) { |
+], function(exports, dart, dartx, core) { |
'use strict'; |
function foo() { |
try { |