From a36286cb49d91b76a34a4eb36c21fb48bc429f22 Mon Sep 17 00:00:00 2001 From: Stepan Dyatkovskiy Date: Thu, 27 Mar 2014 08:20:26 +0000 Subject: [PATCH] Fixed test for r204899 (pr18931 fix) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204900 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/cmp-immediate-fixup.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/MC/ARM/cmp-immediate-fixup.s b/test/MC/ARM/cmp-immediate-fixup.s index 439e1d42474..41cdb6dc09c 100644 --- a/test/MC/ARM/cmp-immediate-fixup.s +++ b/test/MC/ARM/cmp-immediate-fixup.s @@ -1,6 +1,6 @@ // PR18931 -// RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=obj -o - \ -// RUN: | llvm-objdump --disassemble -arch=arm - | FileCheck %s +// RUN: llvm-mc %s -triple=arm-linux-gnueabi -filetype=obj -o %t +// RUN: llvm-objdump --disassemble -arch=arm %t | FileCheck %s .text // CHECK: cmp r2, #1