diff options
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 |

