forked from OSchip/llvm-project
19 lines
306 B
Plaintext
19 lines
306 B
Plaintext
|
# RUN: not lld-core %s 2> %t.err
|
||
|
# RUN: FileCheck < %t.err %s
|
||
|
|
||
|
#
|
||
|
# Test that an invalid hex byte produces a readable error.
|
||
|
#
|
||
|
|
||
|
---
|
||
|
atoms:
|
||
|
- name: entry
|
||
|
scope: hidden
|
||
|
content: [ A5, 00, 4G, 1F ]
|
||
|
|
||
|
...
|
||
|
|
||
|
|
||
|
# CHECK: error: Invalid content hex byte
|
||
|
# CHECK: 4G
|