diff options
Diffstat (limited to 'test/COFF/defparser.test')
| -rw-r--r-- | test/COFF/defparser.test | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/COFF/defparser.test b/test/COFF/defparser.test deleted file mode 100644 index 2e5223a699df..000000000000 --- a/test/COFF/defparser.test +++ /dev/null @@ -1,13 +0,0 @@ -# RUN: yaml2obj < %p/Inputs/ret42.yaml > %t.obj - -# RUN: echo -e "LIBRARY foo\nEXPORTS ? @" > %t.def -# RUN: not lld-link /def:%t.def %t.obj - -# RUN: echo -e "LIBRARY foo\nHEAP abc" > %t.def -# RUN: not lld-link /def:%t.def %t.obj - -# RUN: echo -e "LIBRARY foo\nSTACK abc" > %t.def -# RUN: not lld-link /def:%t.def %t.obj - -# RUN: echo -e "foo" > %t.def -# RUN: not lld-link /def:%t.def %t.obj |
