brintos

brintos / llvm-project-archived public Read only

0
0
Text · 240 B · afc5a6d Raw
7 lines · plain
1## This test checks the error message diplayed if an incorrect2## tombstone value is specified.3 4# RUN: not llvm-dwarfutil --tombstone=unknown - - 2>&1 | FileCheck --check-prefix CHECK %s5 6# CHECK: error: unknown tombstone value: 'unknown'7