Index: test/codegen/expect/sunflower/circle.js |
diff --git a/test/codegen/expect/sunflower/circle.js b/test/codegen/expect/sunflower/circle.js |
index 9fe464bcc4158b7bc8db4759ce561e6c28c67f8e..8d0d720173b9f569a53e23049b3e4fa4c0346775 100644 |
--- a/test/codegen/expect/sunflower/circle.js |
+++ b/test/codegen/expect/sunflower/circle.js |
@@ -1,8 +1,10 @@ |
-dart.library('circle', null, /* Imports */[ |
+dart_library.library('circle', null, /* Imports */[ |
+ "dart_runtime/dart", |
'dart/core' |
], /* Lazy imports */[ |
-], function(exports, core) { |
+], function(exports, dart, core) { |
'use strict'; |
+ let dartx = dart.dartx; |
class Circle extends core.Object { |
Circle(x, y, radius) { |
this.x = x; |