Index: test/codegen/expect/domtest.js |
diff --git a/test/codegen/expect/domtest.js b/test/codegen/expect/domtest.js |
index 767f1482ea304a61e9b4eb62aaa391a0ded67e35..c76bb1dc5c09f37dd1d713f9e2480684fa44ecec 100644 |
--- a/test/codegen/expect/domtest.js |
+++ b/test/codegen/expect/domtest.js |
@@ -1,8 +1,10 @@ |
-dart.library('domtest', null, /* Imports */[ |
+loader.library('domtest', null, /* Imports */[ |
+ "dart/dart_runtime", |
+ "dart/dartx", |
'sunflower/dom', |
'dart/core' |
], /* Lazy imports */[ |
-], function(exports, dom, core) { |
+], function(exports, dart, dartx, dom, core) { |
'use strict'; |
function testNativeIndexers() { |
let nodes = dom.document.querySelector('body').childNodes; |