diff options
author | Dan Gohman <gohman@apple.com> | 2008-10-01 04:13:23 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-10-01 04:13:23 +0000 |
commit | 3113fa8f329b2dfbb8e41a3714dc2dd91f6bc44e (patch) | |
tree | 1390e522e333e2c4a416a9b7bd4531545a4aeabc /llvm/test/Assembler/2008-09-02-FunctionNotes2.ll | |
parent | f56afd7cdd6b659d5e67e31d6249f40135138487 (diff) | |
download | bcm5719-llvm-3113fa8f329b2dfbb8e41a3714dc2dd91f6bc44e.tar.gz bcm5719-llvm-3113fa8f329b2dfbb8e41a3714dc2dd91f6bc44e.zip |
Don't leave an output file in the test directory.
llvm-svn: 56910
Diffstat (limited to 'llvm/test/Assembler/2008-09-02-FunctionNotes2.ll')
-rw-r--r-- | llvm/test/Assembler/2008-09-02-FunctionNotes2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll index 6a5116b5530..966e0f87ba2 100644 --- a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll +++ b/llvm/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 |