Fix the order of operations.
authorAdrian Prantl <aprantl@apple.com>
Wed, 23 Sep 2015 18:09:01 +0000 (18:09 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 23 Sep 2015 18:09:01 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248406 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/dsymutil/X86/mismatch.m

index 832f9f474ef108889a10b7cf209b2e85eb517b48..ddb4b68b943e1a7e1a59fa81e775484d739f7b64 100644 (file)
@@ -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