[llvm] r248406 - Fix the order of operations.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 11:09:02 PDT 2015


Author: adrian
Date: Wed Sep 23 13:09:01 2015
New Revision: 248406

URL: http://llvm.org/viewvc/llvm-project?rev=248406&view=rev
Log:
Fix the order of operations.

Modified:
    llvm/trunk/test/tools/dsymutil/X86/mismatch.m

Modified: llvm/trunk/test/tools/dsymutil/X86/mismatch.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/dsymutil/X86/mismatch.m?rev=248406&r1=248405&r2=248406&view=diff
==============================================================================
--- llvm/trunk/test/tools/dsymutil/X86/mismatch.m (original)
+++ llvm/trunk/test/tools/dsymutil/X86/mismatch.m Wed Sep 23 13:09:01 2015
@@ -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
 




More information about the llvm-commits mailing list