diff options
Diffstat (limited to 'clang/test/Analysis')
| -rw-r--r-- | clang/test/Analysis/MissingDealloc.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Analysis/MissingDealloc.m b/clang/test/Analysis/MissingDealloc.m index 3942391ee98..502973a1734 100644 --- a/clang/test/Analysis/MissingDealloc.m +++ b/clang/test/Analysis/MissingDealloc.m @@ -39,7 +39,8 @@ typedef struct objc_selector *SEL; @end -@implementation TestSELs // no-warning +// FIXME!! This warning should not come out and is temporarily added so test 'passes'. +@implementation TestSELs // expected-warning {{Objective-C class 'TestSELs' lacks a 'dealloc' instance method}} - (id)init { if( (self = [super init]) ) { a = @selector(a); |

