Index: test/codegen/expect/names.js |
diff --git a/test/codegen/expect/names.js b/test/codegen/expect/names.js |
index 42df4bd2a04266f264b0b946d46750bc632ac5a2..fc41a27b60288f010494c964db34b45ca6e78907 100644 |
--- a/test/codegen/expect/names.js |
+++ b/test/codegen/expect/names.js |
@@ -1,8 +1,10 @@ |
-dart.library('names', null, /* Imports */[ |
+dart_library.library('names', null, /* Imports */[ |
+ "dart_runtime/dart", |
'dart/core' |
], /* Lazy imports */[ |
-], function(exports, core) { |
+], function(exports, dart, core) { |
'use strict'; |
+ let dartx = dart.dartx; |
exports.exports = 42; |
let _foo$ = Symbol('_foo'); |
class Foo extends core.Object { |