Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

error-unknown-tombstone.test
## 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'