zig/deps/lld/test/COFF/driver.test

7 lines
250 B
Plaintext
Raw Normal View History

# RUN: not lld-link nosuchfile.obj >& %t.log
# RUN: FileCheck -check-prefix=MISSING %s < %t.log
MISSING: nosuchfile.obj: {{[Nn]}}o such file or directory
2018-01-18 06:29:21 +08:00
# RUN: lld-link --version | FileCheck -check-prefix=VERSION %s
VERSION: {{LLD [0-9]+\.[0-9]+}}