summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2016-12-27 18:02:27 +0000
committerChad Rosier <mcrosier@codeaurora.org>2016-12-27 18:02:27 +0000
commit124216b0de491d0b730284fa2635d4be2986e4fa (patch)
treea23652d799b4c62262579f318ef6e5d741296d9a /test
parent0f9492a24ac8021c662e6672d59d319183e8de1a (diff)
Attempt to make the Windows bots green after r290609.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/AArch64/shift_extend_op_w_symbol.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AArch64/shift_extend_op_w_symbol.s b/test/MC/AArch64/shift_extend_op_w_symbol.s
index 8fdc7943fec..d1008f0b8ef 100644
--- a/test/MC/AArch64/shift_extend_op_w_symbol.s
+++ b/test/MC/AArch64/shift_extend_op_w_symbol.s
@@ -1,4 +1,4 @@
-// RUN: not llvm-mc -triple aarch64-none-linux-gnu < %s 1> %t1 2> %t2
+// RUN: not llvm-mc -triple aarch64-none-linux-gnu < %s > %t1 2> %t2
// RUN: FileCheck < %t1 %s
// RUN: FileCheck --check-prefix=CHECK-ERROR < %t2 %s