test(compiler-cli): fix failing ivy template compliance test (#30983)
Commit58be2ff884
has been created beforec0386757b1
landed, and therefore the newly created compliance test was using an outdated expectation. This commit updates the compliance test to no longer contain the outdated expectation. PR Close #30983
This commit is contained in:
parent
58be2ff884
commit
052ef654d2
|
@ -220,7 +220,6 @@ describe('compiler compliance: template', () => {
|
|||
$r3$.ɵɵelement(0, "div", $_c3$);
|
||||
} if (rf & 2) {
|
||||
const $ctx_0$ = i0.ɵɵnextContext();
|
||||
$r3$.ɵɵselect(0);
|
||||
$r3$.ɵɵproperty("id", $ctx_0$);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue