summaryrefslogtreecommitdiff
path: root/test/COFF/nopdb.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/nopdb.test')
-rw-r--r--test/COFF/nopdb.test14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/COFF/nopdb.test b/test/COFF/nopdb.test
deleted file mode 100644
index 29797bbf9310..000000000000
--- a/test/COFF/nopdb.test
+++ /dev/null
@@ -1,14 +0,0 @@
-# Check that /debug creates %t.pdb.
-# RUN: rm -f %t.pdb
-# RUN: lld-link /debug /entry:main /out:%t.exe %p/Inputs/ret42.obj
-# RUN: ls %t.pdb
-
-# Check that /debug /nopdb does not create %t.pdb.
-# RUN: rm -f %t.pdb
-# RUN: lld-link /debug /nopdb /entry:main /out:%t.exe %p/Inputs/ret42.obj
-# RUN: not ls %t.pdb
-
-# Check that /debug /nopdb /pdb:%t.pdb does not create %t.pdb.
-# RUN: rm -f %t.pdb
-# RUN: lld-link /debug /nopdb /pdb:%t.pdb /entry:main /out:%t.exe %p/Inputs/ret42.obj
-# RUN: not ls %t.pdb