Skip to content

Commit c51857b

Browse files
committed
[dsymutil] Don't redundantly copy input file again in test
(This fails if the input is not writable)
1 parent fb32baf commit c51857b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/test/tools/dsymutil/X86/basic-linking-x86.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN: --check-prefixes=CHECK,ARCHIVE,PUB
2222
### ---------------------------------------
2323
### Repeat the same steps for --linker llvm
2424

25-
RUN: cp %p/../Inputs/basic.macho.x86_64 %t1
2625
RUN: dsymutil --linker llvm -accelerator=Pub -f -oso-prepend-path=%p/.. %t1
2726
RUN: llvm-dwarfdump -a %t1.dwarf | FileCheck %s
2827
RUN: dsymutil --linker llvm -accelerator=Pub -f -o %t2 -oso-prepend-path=%p/.. \

0 commit comments

Comments
 (0)