Fix the order of operations.

llvm-svn: 248406
This commit is contained in:
Adrian Prantl
2015-09-23 18:09:01 +00:00
parent a2002b08f7
commit 4c36e2f47e

View 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