forked from OSchip/llvm-project
COFF: Fix a broken test.
This test couldn't be run more than once because lib.exe does not work if the files already exist. llvm-svn: 245214
This commit is contained in:
parent
d86f2157e5
commit
27716bb9d9
|
@ -2,6 +2,8 @@
|
|||
|
||||
# RUN: yaml2obj < %s > %t.obj
|
||||
# RUN: mkdir -p %tlib
|
||||
# RUN: rm -f %tlib/lib1.lib
|
||||
# RUN: rm -f %tlib/lib2.lib
|
||||
|
||||
# RUN: echo EXPORTS sym1 > %t1.def
|
||||
# RUN: lib /nologo /def:%t1.def /out:%tlib\\lib1.lib > /dev/null
|
||||
|
|
Loading…
Reference in New Issue