forked from OSchip/llvm-project
19 lines
299 B
Plaintext
19 lines
299 B
Plaintext
|
# RUN: not lld-core %s 2> %t.err
|
||
|
# RUN: FileCheck < %t.err %s
|
||
|
|
||
|
#
|
||
|
# Test that unknown file attribute produces a readable error.
|
||
|
#
|
||
|
|
||
|
---
|
||
|
aardvark: true
|
||
|
atoms:
|
||
|
- name: entry
|
||
|
scope: hidden
|
||
|
|
||
|
...
|
||
|
|
||
|
|
||
|
# CHECK: error: Unknown file attribute
|
||
|
# CHECK: aardvark
|