diff options
Diffstat (limited to 'test/COFF/could-not-open.test')
-rw-r--r-- | test/COFF/could-not-open.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/COFF/could-not-open.test b/test/COFF/could-not-open.test new file mode 100644 index 000000000000..87f11c34e7d4 --- /dev/null +++ b/test/COFF/could-not-open.test @@ -0,0 +1,5 @@ +RUN: not lld-link 01 2>&1 | FileCheck %s + +CHECK: could not open 01 +CHECK-NOT: /machine is not specified +CHECK-NOT: subsystem must be defined |