summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC
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
commitb1ea99a9562765f4f755d9f66044d8c0b67d8679 (patch)
treecc460f32afb7555d784b9935f65e1b096e5627c0 /llvm/test/MC
parent7a73eabf64d6ecd95503a8645c5ba45a2d95b63a (diff)
downloadbcm5719-llvm-b1ea99a9562765f4f755d9f66044d8c0b67d8679.tar.gz
bcm5719-llvm-b1ea99a9562765f4f755d9f66044d8c0b67d8679.zip
Attempt to make the Windows bots green after r290609.
llvm-svn: 290613
Diffstat (limited to 'llvm/test/MC')
-rw-r--r--llvm/test/MC/AArch64/shift_extend_op_w_symbol.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/AArch64/shift_extend_op_w_symbol.s b/llvm/test/MC/AArch64/shift_extend_op_w_symbol.s
index 8fdc7943fec..d1008f0b8ef 100644
--- a/llvm/test/MC/AArch64/shift_extend_op_w_symbol.s
+++ b/llvm/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
OpenPOWER on IntegriCloud