Index: test/codegen/expect/functions.js |
diff --git a/test/codegen/expect/functions.js b/test/codegen/expect/functions.js |
index 97b7b59024cc895fb114e8b7361e904b7b70923d..1ae9d6ba14a1603ae81e91c2a928dbc4609ca107 100644 |
--- a/test/codegen/expect/functions.js |
+++ b/test/codegen/expect/functions.js |
@@ -20,7 +20,7 @@ dart_library.library('functions', null, /* Imports */[ |
dart.fn(id, () => dart.definiteFunctionType(A2B$(Foo, Foo), [A2B$(Foo, Foo)])); |
class Foo extends core.Object {} |
function main() { |
- core.print(bootstrap()[dartx.get](0)); |
+ dart.dcall(core.print, dart.dcall(bootstrap)[dartx.get](0)); |
} |
dart.fn(main, dart.void, []); |
// Exports: |