From 053b43d3085d6caff19dc2361dd9994d64a23392 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Tue, 11 Dec 2018 11:58:34 -0800 Subject: [PATCH] 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 --- .../test/compliance/r3_compiler_compliance_spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/compiler-cli/test/compliance/r3_compiler_compliance_spec.ts b/packages/compiler-cli/test/compliance/r3_compiler_compliance_spec.ts index 1de27ded8d..154cf18dbe 100644 --- a/packages/compiler-cli/test/compliance/r3_compiler_compliance_spec.ts +++ b/packages/compiler-cli/test/compliance/r3_compiler_compliance_spec.ts @@ -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 ); } },