summaryrefslogtreecommitdiff
path: root/test/COFF/pdb.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/pdb.test')
-rw-r--r--test/COFF/pdb.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/COFF/pdb.test b/test/COFF/pdb.test
index aa14d290c737d..f1fa4ec7c2b6c 100644
--- a/test/COFF/pdb.test
+++ b/test/COFF/pdb.test
@@ -1,7 +1,7 @@
# RUN: yaml2obj < %p/Inputs/pdb1.yaml > %t1.obj
# RUN: yaml2obj < %p/Inputs/pdb2.yaml > %t2.obj
# RUN: lld-link /debug /pdb:%t.pdb /dll /out:%t.dll /entry:main /nodefaultlib \
-# RUN: /debugpdb %t1.obj %t2.obj
+# RUN: %t1.obj %t2.obj
# RUN: llvm-pdbdump pdb2yaml -stream-metadata -stream-directory -pdb-stream \
# RUN: -dbi-stream -ipi-stream -tpi-stream %t.pdb | FileCheck %s