summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/diagnostics/undef-value-caller.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/diagnostics/undef-value-caller.c')
-rw-r--r--clang/test/Analysis/diagnostics/undef-value-caller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/diagnostics/undef-value-caller.c b/clang/test/Analysis/diagnostics/undef-value-caller.c
index a48f994748e..0beefd6e538 100644
--- a/clang/test/Analysis/diagnostics/undef-value-caller.c
+++ b/clang/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 -u -w -I "<string>/" -I "<string>.:" -I "version" - %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"
OpenPOWER on IntegriCloud