2013-04-05 02:59:24 +08:00
|
|
|
# RUN: not lld -core %s 2> %t.err
|
2013-11-15 04:52:28 +08:00
|
|
|
# RUN: FileCheck %s < %t.err
|
2012-05-04 07:55:34 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Test that a defined attribute on an undefined atom produces a readable error.
|
|
|
|
#
|
|
|
|
|
|
|
|
---
|
2013-01-05 10:22:35 +08:00
|
|
|
undefined-atoms:
|
2012-05-04 07:55:34 +08:00
|
|
|
- name: foo
|
|
|
|
type: code
|
2014-01-27 11:09:26 +08:00
|
|
|
|
2012-05-04 07:55:34 +08:00
|
|
|
...
|
|
|
|
|
|
|
|
|
2013-01-05 10:22:35 +08:00
|
|
|
# CHECK: error: unknown key 'type'
|
2012-05-04 07:55:34 +08:00
|
|
|
|