summaryrefslogtreecommitdiffstats
path: root/test/Analysis/malloc-plist.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/malloc-plist.c')
-rw-r--r--test/Analysis/malloc-plist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/malloc-plist.c b/test/Analysis/malloc-plist.c
index 41bb8b5..0cbf972 100644
--- a/test/Analysis/malloc-plist.c
+++ b/test/Analysis/malloc-plist.c
@@ -1,5 +1,5 @@
// RUN: rm -f %t
-// RUN: %clang_cc1 -analyze -analyzer-checker=unix.Malloc -analyzer-output=plist -o %t %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=unix.Malloc -analyzer-output=plist -analyzer-config path-diagnostics-alternate=false -o %t %s
// RUN: FileCheck -input-file %t %s
typedef __typeof(sizeof(int)) size_t;
OpenPOWER on IntegriCloud