summaryrefslogtreecommitdiffstats
path: root/test/Analysis
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-03-17 01:53:32 +0000
committerAnna Zaks <ganna@apple.com>2012-03-17 01:53:32 +0000
commit9c20b75ad622456cb4811a21f436cfe4543cc1d1 (patch)
tree4d523ef3924879beefebfabde74c0db91cd0f997 /test/Analysis
parent2c085ede8d0186b6b91d553fdb0d95798501c20f (diff)
[analyzer] This test is breaking windows bots, make it darwin-specific.
(The plist output does not match the one we expect, specifically we do not detect that the interesting symbol is returned by a call.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152969 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/malloc-plist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/malloc-plist.c b/test/Analysis/malloc-plist.c
index 326161b06a..d347e5f9fc 100644
--- a/test/Analysis/malloc-plist.c
+++ b/test/Analysis/malloc-plist.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=unix.Malloc -analyzer-output=plist -o %t %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin -analyze -analyzer-checker=unix.Malloc -analyzer-output=plist -o %t %s
// RUN: FileCheck --input-file %t %s
typedef __typeof(sizeof(int)) size_t;