xref: /llvm-project/llvm/test/tools/llvm-dwarfutil/error-unknown-tombstone.test (revision 4539b44148918c332ff966a2a955aca0ab93dde4)
1## This test checks the error message diplayed if an incorrect
2## tombstone value is specified.
3
4# RUN: not llvm-dwarfutil --tombstone=unknown - - 2>&1 | FileCheck --check-prefix CHECK %s
5
6# CHECK: error: unknown tombstone value: 'unknown'
7