diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/remove-section.test')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/remove-section.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/remove-section.test b/llvm/test/tools/llvm-objcopy/remove-section.test index 1d7a54417f2..0fa26bc3874 100644 --- a/llvm/test/tools/llvm-objcopy/remove-section.test +++ b/llvm/test/tools/llvm-objcopy/remove-section.test @@ -1,5 +1,5 @@ # RUN: yaml2obj %s > %t -# RUN: llvm-objcopy -R .test2 %t %t2 +# RUN: llvm-objcopy -R=.test2 %t %t2 # RUN: llvm-readobj -file-headers -sections %t2 | FileCheck %s !ELF |