]> granicus.if.org Git - clang/commitdiff
[analyzer] Re-enable the test disabled by r152969.
authorAnna Zaks <ganna@apple.com>
Wed, 21 Mar 2012 19:44:57 +0000 (19:44 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 21 Mar 2012 19:44:57 +0000 (19:44 +0000)
(The fix was committed in r152982.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153210 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/malloc-plist.c

index 2bba7902f33ec180c249bba629218bcb212dbae0..b08c3fba48518297e1bb0c962103651a7048aaa0 100644 (file)
@@ -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;