Add missing REQUIRES to this test.
authorSean Silva <chisophugis@gmail.com>
Thu, 16 Jul 2015 22:12:44 +0000 (22:12 +0000)
committerSean Silva <chisophugis@gmail.com>
Thu, 16 Jul 2015 22:12:44 +0000 (22:12 +0000)
An internal builder was failing.

llvm-svn: 242452

lld/test/COFF/dll.test

index f071eb2..bfe32bb 100644 (file)
@@ -1,4 +1,5 @@
 # REQUIRES: winres
+# REQUIRES: winlib
 
 # RUN: yaml2obj < %p/Inputs/export.yaml > %t.obj
 # RUN: lld -flavor link2 /out:%t.dll /dll %t.obj /export:exportfn1 /export:exportfn2 \