diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF/strip-sections-only-section.test')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/ELF/strip-sections-only-section.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/strip-sections-only-section.test b/llvm/test/tools/llvm-objcopy/ELF/strip-sections-only-section.test index 2c14a7272e3..e2236a9fdd9 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/strip-sections-only-section.test +++ b/llvm/test/tools/llvm-objcopy/ELF/strip-sections-only-section.test @@ -1,7 +1,7 @@ # RUN: yaml2obj %s > %t -# RUN: llvm-objcopy -strip-sections -only-section=.test %t %t2 +# RUN: llvm-objcopy --strip-sections --only-section=.test %t %t2 # RUN: od -Ax -t x1 %t2 | FileCheck %s -# RUN: od -Ax -t c %t2 | FileCheck %s -check-prefix=TEXT +# RUN: od -Ax -t c %t2 | FileCheck %s --check-prefix=TEXT !ELF FileHeader: |