diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.h b/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.h index 7a2db6b04..6003db22b 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.h +++ b/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.h @@ -24,13 +24,5 @@ @interface RenderFooComponent : CKRenderComponent // good @end -@interface RenderWithChildrenFooComponent - : CKRenderWithChildrenComponent // good -@end - -@interface RenderLayoutFooComponent : CKRenderLayoutComponent // good -@end - -@interface RenderLayoutWithChildrenFooComponent - : CKRenderLayoutWithChildrenComponent // good +@interface LayoutFooComponent : CKLayoutComponent // good @end