test/PECOFF: Remove REQUIRES: system-windows

These tests run fine on non-windows platforms too. Instead I add
REQUIRES: lld, as that is what they really require.

llvm-svn: 358499
This commit is contained in:
Pavel Labath 2019-04-16 14:51:27 +00:00
parent 20d2424016
commit fea82638b5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# REQUIRES: system-windows
# REQUIRES: lld
# RUN: yaml2obj < %p/export-dllfunc.yaml > %t.export-dllfunc.obj
# RUN: yaml2obj < %s > %t.obj
#

View File

@ -1,4 +1,4 @@
# REQUIRES: system-windows
# REQUIRES: lld
# RUN: yaml2obj < %s > %t.obj
#
# RUN: lld-link /machine:x64 /out:%t.dll /noentry /nodefaultlib /dll %t.obj /export:DllFunc