Skip to content

Commit

Permalink
[annot] Simplify test case
Browse files Browse the repository at this point in the history
Summary: We can have an empty interface.

Reviewed By: dulmarod

Differential Revision:
D65340990

Privacy Context Container: L1208441

fbshipit-source-id: ad75d64e891812c0f1164646324d913f44d54d99
  • Loading branch information
hajduakos authored and facebook-github-bot committed Nov 1, 2024
1 parent 17905f0 commit f06bc76
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions infer/tests/codetoanalyze/objc/annotreach/Reach.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@

#import <Foundation/Foundation.h>
@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 {
Expand Down

0 comments on commit f06bc76

Please sign in to comment.