]> granicus.if.org Git - clang/commitdiff
Fix up more "$t"s in this test that should be "%t"s.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 12 Sep 2012 01:11:05 +0000 (01:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 12 Sep 2012 01:11:05 +0000 (01:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163673 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/retain-release.m

index 6e17b1e338ea3bcbb4f035bf8992a8f5070ab63a..514bd1208ec3dc5b6e4ac05d410ebaf9d2e5a799 100644 (file)
@@ -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