aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-09-12 01:11:05 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-09-12 01:11:05 +0000
commit93040b75251f3d8e27ff06bf3d0437cc8e0be1b4 (patch)
treeddc15fc0847f26e809bf5a7ca6ab18f875bfb4ef
parent9a4db032ecd991626d236a502e770126db32bd31 (diff)
Fix up more "$t"s in this test that should be "%t"s.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163673 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Analysis/retain-release.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/retain-release.m b/test/Analysis/retain-release.m
index 6e17b1e338..514bd1208e 100644
--- a/test/Analysis/retain-release.m
+++ b/test/Analysis/retain-release.m
@@ -1,4 +1,4 @@
-// RUN: rm -f $t.objc.plist $t.objcpp.plist
+// 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
// FIXLATER: cat %t.objc.plist ; FileCheck --input-file=%t.objc.plist %s