Skip to content

Commit

Permalink
fix(ivy): update new host binding test with instruction change
Browse files Browse the repository at this point in the history
The pure functions in host bindings change was merged after the change in
host binding instructions, so it had a new test that wasn't yet updated
with the new generated code. This commit updates the new test.
  • Loading branch information
kara committed Dec 11, 2018
1 parent 6980631 commit c0f4fe1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -444,14 +444,14 @@ describe('compiler compliance', () => {
$r3$.ɵpureFunction2(5, $_c1$, ctx.getExpandedState(),
$r3$.ɵpureFunction2(2, $_c0$, ctx.collapsedHeight, ctx.expandedHeight)
)
)
), null, true
);
$r3$.ɵelementProperty(elIndex, "expansionWidth",
$r3$.ɵbind(
$r3$.ɵpureFunction2(11, $_c1$, ctx.getExpandedState(),
$r3$.ɵpureFunction2(8, $_c2$, ctx.collapsedWidth, ctx.expandedWidth)
)
)
), null, true
);
}
},
Expand Down

0 comments on commit c0f4fe1

Please sign in to comment.