summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-06-18 01:49:17 +0000
committerDan Gohman <gohman@apple.com>2010-06-18 01:49:17 +0000
commit559020df1dfb32bdd0ffd1c6e788c20fce827695 (patch)
tree4951c54d93ea0832b6ee4124b48ae5ab55e3852e /llvm/test/Other
parent62b02c61c9ccc6c71896db561ec2176f5b0e149a (diff)
downloadbcm5719-llvm-559020df1dfb32bdd0ffd1c6e788c20fce827695.tar.gz
bcm5719-llvm-559020df1dfb32bdd0ffd1c6e788c20fce827695.zip
Don't write a file named "&1".
llvm-svn: 106269
Diffstat (limited to 'llvm/test/Other')
-rw-r--r--llvm/test/Other/2010-05-06-Printer.ll2
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
OpenPOWER on IntegriCloud