# RUN: not lld-core %s 2> %t.err | |
# RUN: FileCheck < %t.err %s | |
# | |
# 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 |