diff options
Diffstat (limited to 'clang/test/Analysis/method-call.cpp')
-rw-r--r-- | clang/test/Analysis/method-call.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/method-call.cpp b/clang/test/Analysis/method-call.cpp index 47f14447d6b..26b4a2fc134 100644 --- a/clang/test/Analysis/method-call.cpp +++ b/clang/test/Analysis/method-call.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -analyze -analyzer-check-objc-mem -analyzer-inline-call -analyzer-store region -verify %s +// XFAIL: * struct A { int x; A(int a) { x = a; } |