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
This commit is contained in:
Chad Rosier 2016-12-27 18:02:27 +00:00
parent 0f9492a24a
commit 124216b0de

View File

@ -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