[llvm] r290613 - Attempt to make the Windows bots green after r290609.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 27 10:02:28 PST 2016


Author: mcrosier
Date: Tue Dec 27 12:02:27 2016
New Revision: 290613

URL: http://llvm.org/viewvc/llvm-project?rev=290613&view=rev
Log:
Attempt to make the Windows bots green after r290609.

Modified:
    llvm/trunk/test/MC/AArch64/shift_extend_op_w_symbol.s

Modified: llvm/trunk/test/MC/AArch64/shift_extend_op_w_symbol.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AArch64/shift_extend_op_w_symbol.s?rev=290613&r1=290612&r2=290613&view=diff
==============================================================================
--- llvm/trunk/test/MC/AArch64/shift_extend_op_w_symbol.s (original)
+++ llvm/trunk/test/MC/AArch64/shift_extend_op_w_symbol.s Tue Dec 27 12:02:27 2016
@@ -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
 




More information about the llvm-commits mailing list