From 124216b0de491d0b730284fa2635d4be2986e4fa Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Tue, 27 Dec 2016 18:02:27 +0000 Subject: [PATCH] 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 --- test/MC/AArch64/shift_extend_op_w_symbol.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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