xref: /llvm-project/llvm/test/tools/llvm-dwarfutil/error-unknown-option.test (revision 4539b44148918c332ff966a2a955aca0ab93dde4)
1*4539b441SAlexey Lapshin## This test checks the error message displayed if an unknown
2*4539b441SAlexey Lapshin## option is specified.
3*4539b441SAlexey Lapshin
4*4539b441SAlexey Lapshin# RUN: not llvm-dwarfutil --unknown-option 2>&1 | FileCheck %s
5*4539b441SAlexey Lapshin
6*4539b441SAlexey Lapshin# CHECK: error: unknown option: --unknown-option
7