From c37aa995e3e55c1bdb17a73c3160edf0426b1a1a 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174873 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AArch64/basic-a64-diagnostics.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/MC/AArch64/basic-a64-diagnostics.s b/test/MC/AArch64/basic-a64-diagnostics.s index 0a9cf1935fd..1e9024c5eed 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) -- 2.34.1