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 new file mode 100644 index 000000000000..0832350a4f30 --- /dev/null +++ b/test/COFF/driver.test @@ -0,0 +1,3 @@ +# 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 |
