[llvm-commits] [llvm] r103427 - /llvm/trunk/test/Other/2010-05-60-Printer.ll

Chris Lattner sabre at nondot.org
Mon May 10 13:51:06 PDT 2010


Author: lattner
Date: Mon May 10 15:51:06 2010
New Revision: 103427

URL: http://llvm.org/viewvc/llvm-project?rev=103427&view=rev
Log:
fix a pretty obvious typo.  We test things before committing them, right?

Modified:
    llvm/trunk/test/Other/2010-05-60-Printer.ll

Modified: llvm/trunk/test/Other/2010-05-60-Printer.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/2010-05-60-Printer.ll?rev=103427&r1=103426&r2=103427&view=diff
==============================================================================
--- llvm/trunk/test/Other/2010-05-60-Printer.ll (original)
+++ llvm/trunk/test/Other/2010-05-60-Printer.ll Mon May 10 15:51:06 2010
@@ -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





More information about the llvm-commits mailing list