Skip to content

Commit 6e50b67

Browse files
committed
fix typo
1 parent 080d7fe commit 6e50b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/COFF/nodbgdirmerge.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ RUN: yaml2obj %p/Inputs/pdb1.yaml -o %t1.obj
22
RUN: yaml2obj %p/Inputs/pdb2.yaml -o %t2.obj
33
RUN: rm -f %t.dll %t.pdb
44

5-
## Check that it emits the debug directory in .build section when
5+
## Check that it emits the debug directory in .cvinfo section when
66
## /nodbgdirmerge is specified
77
RUN: lld-link /debug /pdb:%t.pdb /pdbaltpath:test.pdb /dll /out:%t.dll \
88
RUN: /entry:main /nodefaultlib /nodbgdirmerge %t1.obj %t2.obj

0 commit comments

Comments
 (0)