summaryrefslogtreecommitdiff
path: root/test/MC/AArch64
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-02-11 10:51:41 +0000
committerTim Northover <Tim.Northover@arm.com>2013-02-11 10:51:41 +0000
commitc37aa995e3e55c1bdb17a73c3160edf0426b1a1a (patch)
treeb6dcb499974373ea8a9b14bf8689a98c14d40e0e /test/MC/AArch64
parentb5161863866b64498a7faa20e612c55de4bca6f8 (diff)
downloadllvm-c37aa995e3e55c1bdb17a73c3160edf0426b1a1a.tar.gz
llvm-c37aa995e3e55c1bdb17a73c3160edf0426b1a1a.tar.bz2
llvm-c37aa995e3e55c1bdb17a73c3160edf0426b1a1a.tar.xz
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
Diffstat (limited to 'test/MC/AArch64')
-rw-r--r--test/MC/AArch64/basic-a64-diagnostics.s3
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 0a9cf1935f..1e9024c5ee 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)