From 05b4caff3e6f8e6b64fa5196b3c1d778cb7dbe2e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 10 May 2010 20:51:06 +0000 Subject: fix a pretty obvious typo. We test things before committing them, right? llvm-svn: 103427 --- llvm/test/Other/2010-05-60-Printer.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Other') 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 -- cgit v1.2.3