diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF/strip-all.test')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/ELF/strip-all.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/strip-all.test b/llvm/test/tools/llvm-objcopy/ELF/strip-all.test index 5c5b6fd374f..87388e09747 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/strip-all.test +++ b/llvm/test/tools/llvm-objcopy/ELF/strip-all.test @@ -1,7 +1,7 @@ # RUN: yaml2obj %s > %t # RUN: cp %t %t3 # RUN: llvm-objcopy --strip-all %t %t2 -# RUN: llvm-readobj -file-headers -sections %t2 | FileCheck %s +# RUN: llvm-readobj --file-headers --sections %t2 | FileCheck %s # Verify that the previous llvm-objcopy's run has not modified the input. # RUN: cmp %t %t3 |