From 45a0d77c48798b319c96c86159032803908081ad Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Mon, 11 Feb 2013 10:51:41 +0000 Subject: [PATCH] AArch64: Undo change to how test was run This broke on Windows, presumably due to interleaving of output streams. llvm-svn: 174873 --- llvm/test/MC/AArch64/basic-a64-diagnostics.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.7.4