forked from OSchip/llvm-project
[ELF2] Remove broken test.
The exact error the system returns for this case is varies between OS's and file systems. llvm-svn: 243184
This commit is contained in:
parent
56b893b364
commit
c34eed3045
|
@ -62,11 +62,6 @@ _start:
|
|||
# RUN: FileCheck --check-prefix=NO_INPUT %s
|
||||
# NO_INPUT: no input files.
|
||||
|
||||
# RUN: mkdir -p %t.dir
|
||||
# RUN: not lld -flavor gnu2 %t.dir -o %t2 2>&1 | \
|
||||
# RUN: FileCheck --check-prefix=CANNOT_OPEN %s
|
||||
# CANNOT_OPEN: cannot open {{.*}}.dir: {{[Ii]}}s a directory
|
||||
|
||||
# RUN: not lld -flavor gnu2 %t -o 2>&1 | FileCheck --check-prefix=NO_O_VAL %s
|
||||
# NO_O_VAL: missing arg value for "-o", expected 1 argument.
|
||||
|
||||
|
|
Loading…
Reference in New Issue