aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-dwarfutil/error-unknown-tombstone.test
blob: afc5a6db6e2118725f28052fa43dd16884b62955 (plain)
1
2
3
4
5
6
## This test checks the error message diplayed if an incorrect
## tombstone value is specified.

# RUN: not llvm-dwarfutil --tombstone=unknown - - 2>&1 | FileCheck --check-prefix CHECK %s

# CHECK: error: unknown tombstone value: 'unknown'