From f06bc76c12a7e1c1217f51c80628f671c4293cd5 Mon Sep 17 00:00:00 2001 From: Akos Hajdu Date: Fri, 1 Nov 2024 10:17:33 -0700 Subject: [PATCH] [annot] Simplify test case Summary: We can have an empty interface. Reviewed By: dulmarod Differential Revision: D65340990 Privacy Context Container: L1208441 fbshipit-source-id: ad75d64e891812c0f1164646324d913f44d54d99 --- infer/tests/codetoanalyze/objc/annotreach/Reach.m | 8 -------- 1 file changed, 8 deletions(-) diff --git a/infer/tests/codetoanalyze/objc/annotreach/Reach.m b/infer/tests/codetoanalyze/objc/annotreach/Reach.m index a435b7cc04..31b3a09f08 100644 --- a/infer/tests/codetoanalyze/objc/annotreach/Reach.m +++ b/infer/tests/codetoanalyze/objc/annotreach/Reach.m @@ -7,14 +7,6 @@ #import @interface MyClass : NSObject -- (void)sink; -- (void)not_si_nk; -- (void)sanitizer; -- (void)not_sani_tizer; -- (void)source1_Ok; -- (void)source2_Bad; -- (void)source3_Ok; -- (void)source4_Bad; @end @implementation MyClass - (void)sink {