| 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..5b0b735f89b6b330b2507693953e248773095bdc 100644
|
| --- a/test/codegen/expect/sunflower/circle.js
|
| +++ b/test/codegen/expect/sunflower/circle.js
|
| @@ -1,7 +1,9 @@
|
| -dart.library('circle', null, /* Imports */[
|
| +loader.library('circle', null, /* Imports */[
|
| + "dart/dart_runtime",
|
| + "dart/dartx",
|
| 'dart/core'
|
| ], /* Lazy imports */[
|
| -], function(exports, core) {
|
| +], function(exports, dart, dartx, core) {
|
| 'use strict';
|
| class Circle extends core.Object {
|
| Circle(x, y, radius) {
|
|
|