diff options
Diffstat (limited to 'test/COFF/noentry.test')
-rw-r--r-- | test/COFF/noentry.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/COFF/noentry.test b/test/COFF/noentry.test index 5e241e46e897..cc02c85e7010 100644 --- a/test/COFF/noentry.test +++ b/test/COFF/noentry.test @@ -1,5 +1,3 @@ -# REQUIRES: winres - # RUN: yaml2obj < %p/Inputs/export.yaml > %t.obj # RUN: lld-link /out:%t.dll /dll %t.obj # RUN: llvm-readobj -file-headers %t.dll | FileCheck -check-prefix=ENTRY %s |