| Index: test/codegen/expect/DeltaBlue.js
|
| diff --git a/test/codegen/expect/DeltaBlue.js b/test/codegen/expect/DeltaBlue.js
|
| index 18a33bb19e285c6a604e92e576a1e5765937f976..f847a08ba6ab1fff5598bace7564167f94336b74 100644
|
| --- a/test/codegen/expect/DeltaBlue.js
|
| +++ b/test/codegen/expect/DeltaBlue.js
|
| @@ -101,7 +101,7 @@ dart_library.library('DeltaBlue', null, /* Imports */[
|
| constructors: () => ({Constraint: [Constraint, [Strength]]}),
|
| methods: () => ({
|
| addConstraint: [dart.void, []],
|
| - satisfy: [Constraint, [core.Object]],
|
| + satisfy: [Constraint, [dart.dynamic]],
|
| destroyConstraint: [dart.void, []],
|
| isInput: [core.bool, []]
|
| })
|
|
|