bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-dwarfutil/error-unknown-tombstone.test

7 lines
240 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
## 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'