Skip to content

Commit e840473

Browse files
committed
Remove an outdated test
1 parent 497c750 commit e840473

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/requests/test_textdocument.jl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,3 @@
1818
LanguageServer.textDocument_didClose_notification(LanguageServer.DidCloseTextDocumentParams(LanguageServer.TextDocumentIdentifier(uri"untitled:none")), server, server.jr_endpoint)
1919
@test !LanguageServer.hasdocument(server, uri"untitled:none")
2020
end
21-
22-
@testitem "mark errors to end of file" begin
23-
include("../test_shared_server.jl")
24-
25-
# Missing a closing ')'
26-
doc = settestdoc("println(\"Hello, world!\"")
27-
diagnostics = LanguageServer.mark_errors(doc)
28-
@test length(diagnostics) == 1
29-
@test diagnostics[1].range == LanguageServer.Range(0, 23, 0, 23)
30-
end

0 commit comments

Comments
 (0)