* Renames few tests which had extension objtxt to test * created core directory that contains all the core tests llvm-svn: 189720
18 lines
284 B
Plaintext
18 lines
284 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
|
|
defined-atoms:
|
|
- name: entry
|
|
scope: hidden
|
|
|
|
...
|
|
|
|
|
|
# CHECK: error: unknown key 'aardvark'
|