diff options
author | Anna Zaks <ganna@apple.com> | 2012-03-21 19:44:57 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-03-21 19:44:57 +0000 |
commit | 046c9e6d18b1ee8c77755336bf350cc4ca8545ca (patch) | |
tree | 28e0aff7e241e70766eb1fa03dbaad10d467efee | |
parent | 57f6d1946b1026eb4d0bbc1904b2833b254d4caa (diff) |
[analyzer] Re-enable the test disabled by r152969.
(The fix was committed in r152982.)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153210 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/malloc-plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/malloc-plist.c b/test/Analysis/malloc-plist.c index 2bba7902f3..b08c3fba48 100644 --- a/test/Analysis/malloc-plist.c +++ b/test/Analysis/malloc-plist.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin -analyze -analyzer-checker=unix.Malloc -analyzer-output=plist -o %t %s +// RUN: %clang_cc1 -analyze -analyzer-checker=unix.Malloc -analyzer-output=plist -o %t %s // RUN: FileCheck --input-file %t %s typedef __typeof(sizeof(int)) size_t; |