diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF/add-section.test')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/ELF/add-section.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/add-section.test b/llvm/test/tools/llvm-objcopy/ELF/add-section.test index 369d1194efc..bf3ffdb090e 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/add-section.test +++ b/llvm/test/tools/llvm-objcopy/ELF/add-section.test @@ -1,8 +1,8 @@ # RUN: yaml2obj %s > %t # RUN: llvm-objcopy -O binary -j .test2 %t %t.sec # RUN: llvm-objcopy -R .test2 %t %t2 -# RUN: llvm-objcopy -add-section=.test2=%t.sec %t2 %t3 -# RUN: llvm-readobj -file-headers -sections -section-data %t3 | FileCheck %s +# RUN: llvm-objcopy --add-section=.test2=%t.sec %t2 %t3 +# RUN: llvm-readobj --file-headers --sections --section-data %t3 | FileCheck %s !ELF FileHeader: |