xref: /llvm-project/llvm/test/tools/llvm-symbolizer/debuginfod-bad-build-id.test (revision dcd4950d425664f9d280a6c538711956a9dff89b)
1RUN: not llvm-symbolizer --build-id=not_a_hex_string 0x1234 2>&1 | FileCheck %s
2
3CHECK: --build-id=: expected a build ID, but got 'not_a_hex_string'
4