summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/generics.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/generics.m')
-rw-r--r--clang/test/Analysis/generics.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/generics.m b/clang/test/Analysis/generics.m
index 9c0bf3ea78b..1d6fa84a9c5 100644
--- a/clang/test/Analysis/generics.m
+++ b/clang/test/Analysis/generics.m
@@ -1,6 +1,6 @@
// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.ObjCGenerics,alpha.core.DynamicTypeChecker -verify -Wno-objc-method-access %s
// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.ObjCGenerics,alpha.core.DynamicTypeChecker -verify -Wno-objc-method-access %s -analyzer-output=plist -o %t.plist
-// RUN: %normalize_plist <%t.plist | diff -u %S/Inputs/expected-plists/generics.m.plist -
+// RUN: cat %t.plist | %diff_plist %S/Inputs/expected-plists/generics.m.plist -
#if !__has_feature(objc_generics)
# error Compiler does not support Objective-C generics?
OpenPOWER on IntegriCloud