brintos

brintos / llvm-project-archived public Read only

0
0
Text · 149 B · 2a6061e Raw
4 lines · plain
1RUN: not llvm-symbolizer --build-id=not_a_hex_string 0x1234 2>&1 | FileCheck %s2 3CHECK: --build-id=: expected a build ID, but got 'not_a_hex_string'4