| Index: test/codegen/expect/DeltaBlue.js
|
| diff --git a/test/codegen/expect/DeltaBlue.js b/test/codegen/expect/DeltaBlue.js
|
| index d3b07214b341eda86b02a638197840df0a77b72d..87530e48c28cd62c3d45069c8208cb74810cb1e0 100644
|
| --- a/test/codegen/expect/DeltaBlue.js
|
| +++ b/test/codegen/expect/DeltaBlue.js
|
| @@ -93,7 +93,7 @@ var core = dart.import(core);
|
| dart.setSignature(Constraint, {
|
| methods: () => ({
|
| addConstraint: dart.functionType(dart.void, []),
|
| - satisfy: dart.functionType(Constraint, [dart.dynamic]),
|
| + satisfy: dart.functionType(Constraint, [core.Object]),
|
| destroyConstraint: dart.functionType(dart.void, []),
|
| isInput: dart.functionType(core.bool, [])
|
| })
|
|
|