brintos

brintos / llvm-project-archived public Read only

0
0
Text · 200 B · d25eb1c Raw
7 lines · plain
1## This test checks the error message displayed if an unknown2## option is specified.3 4# RUN: not llvm-dwarfutil --unknown-option 2>&1 | FileCheck %s5 6# CHECK: error: unknown option: --unknown-option7