From: Chris Lattner Date: Mon, 10 May 2010 20:51:06 +0000 (+0000) Subject: fix a pretty obvious typo. We test things before committing them, right? X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c2792431289f7a822b6e6f7b1fabc8d367ce9664;p=oota-llvm.git fix a pretty obvious typo. We test things before committing them, right? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103427 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Other/2010-05-60-Printer.ll b/test/Other/2010-05-60-Printer.ll index 9ead740a51f..17abafa37cf 100644 --- a/test/Other/2010-05-60-Printer.ll +++ b/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