Files
clang-p2996/lld/test/core/error-atom-content-bytes.objtxt
Rui Ueyama 7eaa44c0bc Test: Move input redirections at the end of the line.
Writing arguments after the redirection of input ("< somefile") seems a bit
strange. Changes the order.

llvm-svn: 194727
2013-11-14 20:52:28 +00:00

20 lines
334 B
Plaintext

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