diff options
-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 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; |