Writing arguments after the redirection of input ("< somefile") seems a bit
strange. Changes the order.
llvm-svn: 194727
18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
# RUN: not lld -core %s 2> %t.err
|
|
# RUN: FileCheck %s < %t.err
|
|
|
|
#
|
|
# Test that unknown file attribute produces a readable error.
|
|
#
|
|
|
|
---
|
|
aardvark: true
|
|
defined-atoms:
|
|
- name: entry
|
|
scope: hidden
|
|
|
|
...
|
|
|
|
|
|
# CHECK: error: unknown key 'aardvark'
|