diff options
author | Chris Lattner <sabre@nondot.org> | 2010-05-10 20:51:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-05-10 20:51:06 +0000 |
commit | 05b4caff3e6f8e6b64fa5196b3c1d778cb7dbe2e (patch) | |
tree | 5bd28d6a1b1798e0dbb8aba3ddcecf00e0481119 /llvm/test/Other | |
parent | 6aead3a051a4d7c43e74b96ec25dbbf983f62d4e (diff) | |
download | bcm5719-llvm-05b4caff3e6f8e6b64fa5196b3c1d778cb7dbe2e.tar.gz bcm5719-llvm-05b4caff3e6f8e6b64fa5196b3c1d778cb7dbe2e.zip |
fix a pretty obvious typo. We test things before committing them, right?
llvm-svn: 103427
Diffstat (limited to 'llvm/test/Other')
-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 |