From 0769c6afd6f237c2dffbac02f194134201356e3a Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 23 Sep 2015 18:09:01 +0000 Subject: [PATCH] Fix the order of operations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248406 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/dsymutil/X86/mismatch.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1