mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 03:06:28 +00:00
AArch64: Undo change to how test was run
This broke on Windows, presumably due to interleaving of output streams. llvm-svn: 174873
This commit is contained in:
parent
349160133e
commit
258a329bb0
@ -1,4 +1,5 @@
|
||||
// RUN: not llvm-mc -triple=aarch64 < %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
|
||||
// RUN: not llvm-mc -triple=aarch64 < %s 2> %t
|
||||
// RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Add/sub (extended register)
|
||||
|
Loading…
x
Reference in New Issue
Block a user