Skip to content

Commit

Permalink
fix remaining references to cmd/tools/vdoc/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Feb 15, 2025
1 parent 7cc722a commit 891dd06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/tools/vdoc/document/utils.v
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pub fn merge_doc_comments(comments []DocComment) string {
for key in highlight_keys {
if ll.starts_with(key) {
comment += '\n\n${key.title()}${l[key.len..]}'
// Workaround for compiling with `v -cstrict -cc gcc cmd/tools/vdoc/doc/doc_test.v`
// Workaround for compiling with `v -cstrict -cc gcc cmd/tools/vdoc/document/doc_test.v`
// and using multiple continue `<label>`.
continue_line_loop = true
break
Expand Down
4 changes: 2 additions & 2 deletions cmd/tools/vtest-self.v
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const vroot = os.dir(os.real_path(os.getenv_opt('VEXE') or { @VEXE }))

const essential_list = [
'cmd/tools/vvet/vet_test.v',
'cmd/tools/vdoc/doc/doc_test.v',
'cmd/tools/vdoc/document/doc_test.v',
'vlib/arrays/arrays_test.v',
'vlib/bitfield/bitfield_test.v',
//
Expand Down Expand Up @@ -130,7 +130,7 @@ const skip_fsanitize_too_slow = [
'cmd/tools/vpm/install_version_input_test.v',
'cmd/tools/vpm/install_version_test.v',
'cmd/tools/vpm/update_test.v',
'cmd/tools/vdoc/doc/doc_test.v',
'cmd/tools/vdoc/document/doc_test.v',
]
const skip_with_fsanitize_memory = [
'do_not_remove',
Expand Down

0 comments on commit 891dd06

Please sign in to comment.