]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/core/error-atom-undefined-wrong-attribue.objtxt
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / core / error-atom-undefined-wrong-attribue.objtxt
1 # RUN: not lld -core %s 2> %t.err
2 # RUN: FileCheck %s < %t.err
3
4 #
5 # Test that a defined attribute on an undefined atom produces a readable error.
6 #
7
8 ---
9 undefined-atoms:
10     - name:         foo
11       type:         code
12
13 ...
14
15
16 # CHECK: error: unknown key 'type'
17