Don't leave an output file in the test directory.

llvm-svn: 56910
This commit is contained in:
Dan Gohman 2008-10-01 04:13:23 +00:00
parent f56afd7cdd
commit 3113fa8f32
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; Test function notes
; RUN: not llvm-as %s |& grep "only one inline note"
; RUN: not llvm-as %s -o /dev/null -f |& grep "only one inline note"
; XFAIL: *
define void @fn1() alwaysinline noinline {
ret void