Index: test/codegen/expect/functions.js |
diff --git a/test/codegen/expect/functions.js b/test/codegen/expect/functions.js |
index cff15fda575e73311907f6123d2c118e8be9f9d6..1d2540e8c34da591485fc23d91c5b53dab45d6ac 100644 |
--- a/test/codegen/expect/functions.js |
+++ b/test/codegen/expect/functions.js |
@@ -1,7 +1,9 @@ |
-dart.library('functions', null, /* Imports */[ |
+loader.library('functions', null, /* Imports */[ |
+ "dart/dart_runtime", |
+ "dart/dartx", |
'dart/core' |
], /* Lazy imports */[ |
-], function(exports, core) { |
+], function(exports, dart, dartx, core) { |
'use strict'; |
function bootstrap() { |
return dart.list([new Foo()], Foo); |