rm needs -f

llvm-svn: 80363
This commit is contained in:
Torok Edwin 2009-08-28 14:05:07 +00:00
parent 483691a185
commit e8a5863c3f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
; RUN: llvm-as %s -o %t1
; RUN: opt %t1 -insert-edge-profiling -o %t2
; RUN: llvm-dis < %t2 | FileCheck --check-prefix=INST %s
; RUN: rm llvmprof.out
; RUN: rm -f llvmprof.out
; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2
; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2 1 2
; RUN: llvm-prof -print-all-code %t1 | FileCheck --check-prefix=PROF %s