diff options
| author | Alexander Shaposhnikov <shal1t712@gmail.com> | 2018-05-10 15:56:04 +0000 |
|---|---|---|
| committer | Alexander Shaposhnikov <shal1t712@gmail.com> | 2018-05-10 15:56:04 +0000 |
| commit | af555fb4a3b058a0fa4169c38891d5d58883b37d (patch) | |
| tree | 1a26e8ae84102e80a428bfcf788354fa7c840689 /llvm/test/tools/llvm-objcopy/strip-debug.test | |
| parent | b4e7893ba8db8ceead3ae1c113598e5a107deaa2 (diff) | |
| download | bcm5719-llvm-af555fb4a3b058a0fa4169c38891d5d58883b37d.tar.gz bcm5719-llvm-af555fb4a3b058a0fa4169c38891d5d58883b37d.zip | |
[llvm-objcopy] Add tests for help messages
This diff slightly reorganizes the tests and improves
the test coverage of help messages / error reports.
Test plan: make check-all
Differential revision: https://reviews.llvm.org/D46589
llvm-svn: 331993
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/strip-debug.test')
| -rw-r--r-- | llvm/test/tools/llvm-objcopy/strip-debug.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/tools/llvm-objcopy/strip-debug.test b/llvm/test/tools/llvm-objcopy/strip-debug.test index e24843d46b0..33ccf78756f 100644 --- a/llvm/test/tools/llvm-objcopy/strip-debug.test +++ b/llvm/test/tools/llvm-objcopy/strip-debug.test @@ -10,8 +10,6 @@ # RUN: llvm-readobj -file-headers -sections -symbols %t3 | FileCheck %s # RUN: cmp %t2 %t3 -# RUN: not llvm-strip -strip-debug 2>&1 | FileCheck %s --check-prefix=NO-INPUT-FILES - !ELF FileHeader: Class: ELFCLASS64 @@ -62,5 +60,3 @@ Symbols: # CHECK-NEXT: Section: .text # CHECK-NEXT: } # CHECK-NEXT: ] - -# NO-INPUT-FILES: No input file specified |

