diff options
| author | Dan Gohman <gohman@apple.com> | 2010-06-18 01:49:17 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-06-18 01:49:17 +0000 |
| commit | 559020df1dfb32bdd0ffd1c6e788c20fce827695 (patch) | |
| tree | 4951c54d93ea0832b6ee4124b48ae5ab55e3852e /llvm | |
| parent | 62b02c61c9ccc6c71896db561ec2176f5b0e149a (diff) | |
| download | bcm5719-llvm-559020df1dfb32bdd0ffd1c6e788c20fce827695.tar.gz bcm5719-llvm-559020df1dfb32bdd0ffd1c6e788c20fce827695.zip | |
Don't write a file named "&1".
llvm-svn: 106269
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Other/2010-05-06-Printer.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Other/2010-05-06-Printer.ll b/llvm/test/Other/2010-05-06-Printer.ll index 17abafa37cf..1cbe78dab7d 100644 --- a/llvm/test/Other/2010-05-06-Printer.ll +++ b/llvm/test/Other/2010-05-06-Printer.ll @@ -1,4 +1,4 @@ -; RUN: llc -O2 -print-after-all < %s 2>&1 +; RUN: llc -O2 -print-after-all < %s 2>/dev/null define void @tester(){ ret void |

