diff options
Diffstat (limited to 'test/COFF/export32.test')
-rw-r--r-- | test/COFF/export32.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/COFF/export32.test b/test/COFF/export32.test index 86cd27bb9af61..79f5daf62dbfa 100644 --- a/test/COFF/export32.test +++ b/test/COFF/export32.test @@ -2,7 +2,6 @@ # # RUN: lld-link /out:%t.dll /dll %t.obj /export:exportfn1 /export:exportfn2 # RUN: llvm-objdump -p %t.dll | FileCheck -check-prefix=CHECK1 %s -# REQUIRES: winlib # CHECK1: Export Table: # CHECK1: DLL name: export32.test.tmp.dll |