| Index: test/codegen/expect/names.js
|
| diff --git a/test/codegen/expect/names.js b/test/codegen/expect/names.js
|
| index ca5ef650410cf6be42f3bf6008bd7ca95ae9d48c..7b68b9a6546baeeb1737e59f9a4b120233ad613f 100644
|
| --- a/test/codegen/expect/names.js
|
| +++ b/test/codegen/expect/names.js
|
| @@ -24,7 +24,7 @@ var names;
|
| // Function main: () → dynamic
|
| function main() {
|
| core.print(exports.exports);
|
| - core.print(new Foo()._foo());
|
| + core.print(new Foo()[_foo$]());
|
| core.print(_foo());
|
| core.print(new Frame['caller*'](new core.List.from([1, 2, 3])));
|
| let eval$ = Frame['callee*'];
|
|
|