diff options
-rw-r--r-- | llvm/test/tools/dsymutil/X86/mismatch.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/dsymutil/X86/mismatch.m b/llvm/test/tools/dsymutil/X86/mismatch.m index 832f9f474ef..ddb4b68b943 100644 --- a/llvm/test/tools/dsymutil/X86/mismatch.m +++ b/llvm/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 |