diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF/binary-remove-all-but-one.test')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/ELF/binary-remove-all-but-one.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/binary-remove-all-but-one.test b/llvm/test/tools/llvm-objcopy/ELF/binary-remove-all-but-one.test index e1ef7d6b0a4..857b76d9a2f 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/binary-remove-all-but-one.test +++ b/llvm/test/tools/llvm-objcopy/ELF/binary-remove-all-but-one.test @@ -1,7 +1,7 @@ # RUN: yaml2obj %s -o %t # RUN: llvm-objcopy -R .text -R .text3 -O binary %t %t2 # RUN: od -Ax -t x1 %t2 | FileCheck %s -# RUN: wc -c %t2 | FileCheck %s -check-prefix=SIZE +# RUN: wc -c %t2 | FileCheck %s --check-prefix=SIZE !ELF FileHeader: |