diff options
author | Tim Northover <Tim.Northover@arm.com> | 2013-02-11 10:51:41 +0000 |
---|---|---|
committer | Tim Northover <Tim.Northover@arm.com> | 2013-02-11 10:51:41 +0000 |
commit | c37aa995e3e55c1bdb17a73c3160edf0426b1a1a (patch) | |
tree | b6dcb499974373ea8a9b14bf8689a98c14d40e0e | |
parent | b5161863866b64498a7faa20e612c55de4bca6f8 (diff) | |
download | external_llvm-c37aa995e3e55c1bdb17a73c3160edf0426b1a1a.zip external_llvm-c37aa995e3e55c1bdb17a73c3160edf0426b1a1a.tar.gz external_llvm-c37aa995e3e55c1bdb17a73c3160edf0426b1a1a.tar.bz2 |
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
-rw-r--r-- | test/MC/AArch64/basic-a64-diagnostics.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/MC/AArch64/basic-a64-diagnostics.s b/test/MC/AArch64/basic-a64-diagnostics.s index 0a9cf19..1e9024c 100644 --- a/test/MC/AArch64/basic-a64-diagnostics.s +++ b/test/MC/AArch64/basic-a64-diagnostics.s @@ -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) |