forked from OSchip/llvm-project
[analyzer] Re-enable the test disabled by r152969.
(The fix was committed in r152982.) llvm-svn: 153210
This commit is contained in:
parent
25753cd972
commit
d42e828720
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue