| Index: test/codegen/expect/methods.js
|
| diff --git a/test/codegen/expect/methods.js b/test/codegen/expect/methods.js
|
| index ecd8108b8482704f908c205734d8ba2e756e2bf2..5792d954397eac8e50c8a35cd07a8762babf12f4 100644
|
| --- a/test/codegen/expect/methods.js
|
| +++ b/test/codegen/expect/methods.js
|
| @@ -79,7 +79,7 @@ dart_library.library('methods', null, /* Imports */[
|
| };
|
| methods.test = function() {
|
| let f = new methods.Foo();
|
| - dart.dcall(f.bar, "Bar's call method!");
|
| + dart.dsend(f, 'bar', "Bar's call method!");
|
| let a = new methods.A();
|
| let g = dart.bind(a, 'x');
|
| let aa = new methods.A();
|
|
|