From a8755da8b3012d67d43d34fb9162dcad421faa14 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Mon, 10 Sep 2012 19:13:08 +0000 Subject: Correctly 'cat' out test files. llvm-svn: 163534 --- clang/test/Analysis/retain-release.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test') diff --git a/clang/test/Analysis/retain-release.m b/clang/test/Analysis/retain-release.m index 6d2063f366f..7b417ecf926 100644 --- a/clang/test/Analysis/retain-release.m +++ b/clang/test/Analysis/retain-release.m @@ -1,8 +1,8 @@ // RUN: rm -f $t.objc.plist $t.objcpp.plist // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,osx.coreFoundation.CFRetainRelease,osx.cocoa.ClassRelease,osx.cocoa.RetainCount -analyzer-store=region -fblocks -verify -Wno-objc-root-class %s -analyzer-output=plist -o %t.objc.plist // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,osx.coreFoundation.CFRetainRelease,osx.cocoa.ClassRelease,osx.cocoa.RetainCount -analyzer-store=region -fblocks -verify -x objective-c++ -std=gnu++98 -Wno-objc-root-class %s -analyzer-output=plist -o %t.objcpp.plist -// RUN: cat $t.objc.plist ; FileCheck --input-file=%t.objc.plist %s -// RUN: cat $t.objcpp.plist ; FileCheck --input-file=%t.objcpp.plist %s +// RUN: cat %t.objc.plist ; FileCheck --input-file=%t.objc.plist %s +// RUN: cat %t.objcpp.plist ; FileCheck --input-file=%t.objcpp.plist %s #if __has_feature(attribute_ns_returns_retained) #define NS_RETURNS_RETAINED __attribute__((ns_returns_retained)) -- cgit v1.2.3