summaryrefslogtreecommitdiffstats
path: root/test/Analysis/diagnostics/undef-value-caller.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/diagnostics/undef-value-caller.c')
-rw-r--r--test/Analysis/diagnostics/undef-value-caller.c2
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 0beefd6e53..d537f726f8 100644
--- a/test/Analysis/diagnostics/undef-value-caller.c
+++ b/test/Analysis/diagnostics/undef-value-caller.c
@@ -1,5 +1,5 @@
// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=plist -o %t %s
-// RUN: cat %t | %diff_plist %S/Inputs/expected-plists/undef-value-caller.c.plist
+// RUN: cat %t | %diff_plist %S/Inputs/expected-plists/undef-value-caller.c.plist -
#include "undef-value-callee.h"