summaryrefslogtreecommitdiff
path: root/test/Assembler/2008-09-02-FunctionNotes2.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-01 04:13:23 +0000
committerDan Gohman <gohman@apple.com>2008-10-01 04:13:23 +0000
commite4c38bac314c6a02b14aa303fba410b69ddab081 (patch)
treea25321e388c3b0dbe264d04db1cdd295ca0cb9e7 /test/Assembler/2008-09-02-FunctionNotes2.ll
parent586b7b75479990475ed5a03fae72d44e0b5ca8e7 (diff)
downloadllvm-e4c38bac314c6a02b14aa303fba410b69ddab081.tar.gz
llvm-e4c38bac314c6a02b14aa303fba410b69ddab081.tar.bz2
llvm-e4c38bac314c6a02b14aa303fba410b69ddab081.tar.xz
Don't leave an output file in the test directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2008-09-02-FunctionNotes2.ll')
-rw-r--r--test/Assembler/2008-09-02-FunctionNotes2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2008-09-02-FunctionNotes2.ll b/test/Assembler/2008-09-02-FunctionNotes2.ll
index 6a5116b553..966e0f87ba 100644
--- a/test/Assembler/2008-09-02-FunctionNotes2.ll
+++ b/test/Assembler/2008-09-02-FunctionNotes2.ll
@@ -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