diff options
Diffstat (limited to 'clang/test/Analysis/static_local.m')
-rw-r--r-- | clang/test/Analysis/static_local.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/static_local.m b/clang/test/Analysis/static_local.m index 709262535f7..dcd49e11a16 100644 --- a/clang/test/Analysis/static_local.m +++ b/clang/test/Analysis/static_local.m @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core -verify -Wno-objc-root-class %s +// expected-no-diagnostics // Test reasoning about static locals in ObjCMethods. int *getValidPtr(); |