Files
llvm/lld/test/core/error-atom-content-byte-value.objtxt
Shankar Easwaran 3d8de47f76 Fix trailing whitespace.
llvm-svn: 200182
2014-01-27 03:09:26 +00:00

19 lines
315 B
Plaintext

# RUN: not lld -core %s 2> %t.err
# RUN: FileCheck %s < %t.err
#
# Test that an invalid hex byte produces a readable error.
#
---
defined-atoms:
- name: entry
scope: hidden
content: [ A5, 00, 4G, 1F ]
...
# CHECK: error: invalid two-digit-hex number
# CHECK: 4G