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 | 45a0d77c48798b319c96c86159032803908081ad (patch) | |
| tree | c190b4ba7b08292e597345b60c3782049c888ebb | |
| parent | 7b3ac71920a5bf6f08c744c7eb768dcf770b2b7f (diff) | |
| download | llvm-45a0d77c48798b319c96c86159032803908081ad.zip llvm-45a0d77c48798b319c96c86159032803908081ad.tar.gz llvm-45a0d77c48798b319c96c86159032803908081ad.tar.bz2 | |
AArch64: Undo change to how test was run
This broke on Windows, presumably due to interleaving of output streams.
llvm-svn: 174873
| -rw-r--r-- | llvm/test/MC/AArch64/basic-a64-diagnostics.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/MC/AArch64/basic-a64-diagnostics.s b/llvm/test/MC/AArch64/basic-a64-diagnostics.s index 0a9cf19..1e9024c 100644 --- a/llvm/test/MC/AArch64/basic-a64-diagnostics.s +++ b/llvm/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) |
