| Index: test/codegen/expect/DeltaBlue.js
|
| diff --git a/test/codegen/expect/DeltaBlue.js b/test/codegen/expect/DeltaBlue.js
|
| index f528b619e12c3d02d3e0744516d93d93a4eb958c..602c225db1aaefe4a76b31010a9e853f53d8ab9d 100644
|
| --- a/test/codegen/expect/DeltaBlue.js
|
| +++ b/test/codegen/expect/DeltaBlue.js
|
| @@ -1,8 +1,10 @@
|
| -dart.library('DeltaBlue', null, /* Imports */[
|
| +loader.library('DeltaBlue', null, /* Imports */[
|
| + "dart/dart_runtime",
|
| + "dart/dartx",
|
| 'BenchmarkBase',
|
| 'dart/core'
|
| ], /* Lazy imports */[
|
| -], function(exports, BenchmarkBase, core) {
|
| +], function(exports, dart, dartx, BenchmarkBase, core) {
|
| 'use strict';
|
| function main() {
|
| new DeltaBlue().report();
|
|
|