summaryrefslogtreecommitdiffstats
path: root/lld/test/error-file-attribute.objtxt
blob: 3a3997f0d63eee0dd4eebe1c23af98076be6eb6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RUN: not lld-core %s 2> %t.err
# RUN:   FileCheck < %t.err %s

#
# Test that unknown file attribute produces a readable error.
#

---
aardvark:           true
defined-atoms:
    - name:         entry
      scope:        hidden
  
...


# CHECK:       error: unknown key 'aardvark'
OpenPOWER on IntegriCloud