Index: test/codegen/expect/constructors.js |
diff --git a/test/codegen/expect/constructors.js b/test/codegen/expect/constructors.js |
index a34deb401e479510643811d19fb56095fd66e045..5b26e6caed729d4fc6771518251d79242c964985 100644 |
--- a/test/codegen/expect/constructors.js |
+++ b/test/codegen/expect/constructors.js |
@@ -1,8 +1,10 @@ |
-dart.library('constructors', null, /* Imports */[ |
+dart_library.library('constructors', null, /* Imports */[ |
+ "dart_runtime/dart", |
'dart/core' |
], /* Lazy imports */[ |
-], function(exports, core) { |
+], function(exports, dart, core) { |
'use strict'; |
+ let dartx = dart.dartx; |
class A extends core.Object {} |
class B extends core.Object { |
B() { |