| Index: test/codegen/expect/sunflower/sunflower.js
|
| diff --git a/test/codegen/expect/sunflower/sunflower.js b/test/codegen/expect/sunflower/sunflower.js
|
| index fe4c3da20420d3a66e183dd76d24d39114886b25..b1d0290b5193b1b2bbc229f58a05b9b12552c6b7 100644
|
| --- a/test/codegen/expect/sunflower/sunflower.js
|
| +++ b/test/codegen/expect/sunflower/sunflower.js
|
| @@ -1,10 +1,10 @@
|
| -dart_library.library('sunflower', null, /* Imports */[
|
| +dart_library.library('sunflower/sunflower', null, /* Imports */[
|
| "dart_runtime/dart",
|
| - 'dom',
|
| + 'sunflower/dom',
|
| 'dart/core',
|
| 'dart/math',
|
| - 'painter',
|
| - 'circle'
|
| + 'sunflower/painter',
|
| + 'sunflower/circle'
|
| ], /* Lazy imports */[
|
| ], function(exports, dart, dom, core, math, painter, circle) {
|
| 'use strict';
|
|
|