projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b516186
)
AArch64: Undo change to how test was run
author
Tim Northover
<Tim.Northover@arm.com>
Mon, 11 Feb 2013 10:51:41 +0000
(10:51 +0000)
committer
Tim Northover
<Tim.Northover@arm.com>
Mon, 11 Feb 2013 10:51:41 +0000
(10:51 +0000)
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
test/MC/AArch64/basic-a64-diagnostics.s
patch
|
blob
|
history
diff --git
a/test/MC/AArch64/basic-a64-diagnostics.s
b/test/MC/AArch64/basic-a64-diagnostics.s
index 0a9cf1935fded85e683ed2261ae1f6d536647473..1e9024c5eede2d437606a8327c20fac9176f6877 100644
(file)
--- 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)