| Index: test/codegen/expect/cascade.js
|
| diff --git a/test/codegen/expect/cascade.js b/test/codegen/expect/cascade.js
|
| index 3de384f09eacaf8d6cece76c46900a30ae926f77..d89865424a1d2f9f7d50a3db4ca860a88e80cabf 100644
|
| --- a/test/codegen/expect/cascade.js
|
| +++ b/test/codegen/expect/cascade.js
|
| @@ -7,7 +7,6 @@ var core = dart.import(core);
|
| this.x = null;
|
| }
|
| }
|
| - dart.setSignature(A, {});
|
| function test_closure_with_mutate() {
|
| let a = new A();
|
| a.x = dart.fn(() => {
|
| @@ -90,7 +89,6 @@ var core = dart.import(core);
|
| this.x = dart.setType([], core.List$(T));
|
| }
|
| }
|
| - dart.setSignature(Base, {});
|
| return Base;
|
| });
|
| let Base = Base$();
|
|
|