diff --git a/infer/tests/codetoanalyze/objc/linters/optional.m b/infer/tests/codetoanalyze/objc/linters/optional.m index 5e85db1cc..bb411a4f5 100644 --- a/infer/tests/codetoanalyze/objc/linters/optional.m +++ b/infer/tests/codetoanalyze/objc/linters/optional.m @@ -13,7 +13,7 @@ @interface Bar : NSObject @property(weak, nonatomic) id delegate; -- (void)action; +- (void)unsafeAction; @end @implementation Bar