Index: test/codegen/expect/temps.js |
diff --git a/test/codegen/expect/temps.js b/test/codegen/expect/temps.js |
index eee0e8271fc69b4afb800bf7ec9a555c71f70492..743b0d4503e7b44787723fd489b9e1802a1d2a95 100644 |
--- a/test/codegen/expect/temps.js |
+++ b/test/codegen/expect/temps.js |
@@ -1,8 +1,10 @@ |
-dart.library('temps', null, /* Imports */[ |
+dart_library.library('temps', null, /* Imports */[ |
+ "dart_runtime/dart", |
'dart/core' |
], /* Lazy imports */[ |
-], function(exports, core) { |
+], function(exports, dart, core) { |
'use strict'; |
+ let dartx = dart.dartx; |
let _x = Symbol('_x'); |
let __x = Symbol('__x'); |
let _function = Symbol('_function'); |