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:
parent
6980631631
commit
053b43d308
|
@ -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
|
||||
);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue