From: Adrian Prantl Date: Wed, 23 Sep 2015 18:09:01 +0000 (+0000) Subject: Fix the order of operations. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0769c6afd6f237c2dffbac02f194134201356e3a;p=oota-llvm.git Fix the order of operations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248406 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/dsymutil/X86/mismatch.m b/test/tools/dsymutil/X86/mismatch.m index 832f9f474ef..ddb4b68b943 100644 --- a/test/tools/dsymutil/X86/mismatch.m +++ b/test/tools/dsymutil/X86/mismatch.m @@ -15,7 +15,7 @@ */ // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/mismatch \ -// RUN: -y %p/dummy-debug-map.map -o %t.bin 2>&1 >%t +// RUN: -y %p/dummy-debug-map.map -o %t.bin >%t 2>&1 // RUN: cat %t // RUN: cat %t | FileCheck %s