[analyzer] Re-enable the test disabled by r152969.

(The fix was committed in r152982.)

llvm-svn: 153210
This commit is contained in:
Anna Zaks 2012-03-21 19:44:57 +00:00
parent 25753cd972
commit d42e828720
1 changed files with 1 additions and 1 deletions

View 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;