diff options
Diffstat (limited to 'test/COFF/driver.test')
-rw-r--r-- | test/COFF/driver.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/COFF/driver.test b/test/COFF/driver.test index 0832350a4f30..36de6c200cb1 100644 --- a/test/COFF/driver.test +++ b/test/COFF/driver.test @@ -1,3 +1,6 @@ # 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 + +# RUN: lld-link --version | FileCheck -check-prefix=VERSION %s +VERSION: {{LLD [0-9]+\.[0-9]+}} |