diff options
Diffstat (limited to 'test/Analysis/diagnostics/undef-value-caller.c')
-rw-r--r-- | test/Analysis/diagnostics/undef-value-caller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/diagnostics/undef-value-caller.c b/test/Analysis/diagnostics/undef-value-caller.c index adfdd4362568..da3a13c2b121 100644 --- a/test/Analysis/diagnostics/undef-value-caller.c +++ b/test/Analysis/diagnostics/undef-value-caller.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-output=plist -o %t %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-output=plist -analyzer-config path-diagnostics-alternate=false -o %t %s // RUN: FileCheck --input-file %t %s #include "undef-value-callee.h" |