Index: test/codegen/expect/methods.js |
diff --git a/test/codegen/expect/methods.js b/test/codegen/expect/methods.js |
index 7a600f3952d142577f30b67c992e33535813f374..b5a5748bff2d583ab474288332119ee1f26c379c 100644 |
--- a/test/codegen/expect/methods.js |
+++ b/test/codegen/expect/methods.js |
@@ -1,8 +1,10 @@ |
-dart.library('methods', null, /* Imports */[ |
+dart_library.library('methods', null, /* Imports */[ |
+ "dart_runtime/dart", |
'dart/core' |
], /* Lazy imports */[ |
-], function(exports, core) { |
+], function(exports, dart, core) { |
'use strict'; |
+ let dartx = dart.dartx; |
let _c = Symbol('_c'); |
class A extends core.Object { |
A() { |