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:
Rui Ueyama 2015-08-17 11:06:21 +00:00
parent d86f2157e5
commit 27716bb9d9
1 changed files with 2 additions and 0 deletions

View File

@ -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