From 51a0bd2e75fd79697b11dd5ab40d01ca526e008c Mon Sep 17 00:00:00 2001 From: Ben Lesh Date: Thu, 3 Jan 2019 14:01:57 -0800 Subject: [PATCH] test(ivy): correct attribute marker in broken test (#27919) Test incorrectly marks the attribute as a 'Class', when it should be 'SelectOnly' PR Close #27919 --- packages/compiler-cli/test/compliance/r3_view_compiler_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compiler-cli/test/compliance/r3_view_compiler_spec.ts b/packages/compiler-cli/test/compliance/r3_view_compiler_spec.ts index 7c973a01cc..6de3d5585d 100644 --- a/packages/compiler-cli/test/compliance/r3_view_compiler_spec.ts +++ b/packages/compiler-cli/test/compliance/r3_view_compiler_spec.ts @@ -173,7 +173,7 @@ describe('r3_view_compiler', () => { }; const template = ` - const _c0 = [1, "mySelector"]; + const _c0 = [3, "mySelector"]; // ... template: function MyApp_Template(rf, ctx) { if (rf & 1) {