Skip to content

Commit

Permalink
Remove debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik authored Jan 7, 2024
1 parent 77de26c commit f63ec8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_codeview_vscode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ include("test_vscode_example_functions.jl")
@test VSCodeServer.diagnostics[1][1].msg == "Cthulhu disabled: This function was called multiple times with different argument types"
end

println(stdout, first(values(VSCodeServer.inlay_hints[1])))
if !hide_type_stable && inlay_types_vscode
@test equal_upto_ordering(first(values(VSCodeServer.inlay_hints[1])), [
TypedSyntax.InlayHint(14, 18, "::Float64", 1)
Expand Down Expand Up @@ -275,4 +274,4 @@ include("test_vscode_example_functions.jl")
end
end

end
end

0 comments on commit f63ec8e

Please sign in to comment.