mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
AArch64: Undo change to how test was run
This broke on Windows, presumably due to interleaving of output streams. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b516186386
commit
c37aa995e3
@ -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