blob: 6643aba29eea36cb09995ac41c2c8351a5a8fca1 [file] [log] [blame]
# RUN: not lld -core %s 2> %t.err
# RUN: FileCheck %s < %t.err
#
# Test that unknown atom attribute produces a readable error.
#
---
defined-atoms:
- name: entry
scope: hidden
foobar: true
dead-strip: never
...
# CHECK: error: unknown key 'foobar'
# CHECK: foobar