diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Other/2010-05-60-Printer.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Other/2010-05-60-Printer.ll b/llvm/test/Other/2010-05-60-Printer.ll index 9ead740a51f..17abafa37cf 100644 --- a/llvm/test/Other/2010-05-60-Printer.ll +++ b/llvm/test/Other/2010-05-60-Printer.ll @@ -1,4 +1,4 @@ -; RUN: llc -O2 -print-after-all < %s 2>@1 +; RUN: llc -O2 -print-after-all < %s 2>&1 define void @tester(){ ret void |