fix(ivy): update new host binding test with instruction change (#27605)

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.

PR Close #27605
This commit is contained in:
Kara Erickson 2018-12-11 11:58:34 -08:00 committed by Alex Rickabaugh
parent 6980631631
commit 053b43d308
1 changed files with 2 additions and 2 deletions

View File

@ -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
);
}
},