Skip to content

Commit

Permalink
fix tests on released 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Dec 22, 2023
1 parent 98e4228 commit 155ce28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/language_server/test/diagnostics_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ defmodule ElixirLS.LanguageServer.DiagnosticsTest do
column: 13,
end_line: 39,
end_column: 1,
line_offset: 0,
snippet:
"# throw :foo\n# exit(:bar)\ndefmodule A do\n def a() do\n raise \"asd\"\n # end\nend\n# A.a()\n# IO.warn(\"dfg\", __ENV__)\n# \"oops\"\n# :ok\n# asdfsf = 2\n# :ok\n# defmodule Sample do\n# @foo 1\n# @bar 1\n# @foo\n\n# def bar do\n# @bar\n# :ok\n# end\n# end\n# exit({:shutdown, 1})\n# throw :asd\n# exit(:dupa)\n# IO.warn(\"asd\")\ndefmodule Foo do\n @after_verify __MODULE__\n\n def __after_verify__(_) do\n # raise \"what\"\n # throw :asd\n # exit(:qw)\n # exit({:shutdown, 1})\n # IO.warn(\"asd\")\n end\nend\n",
opening_delimiter: :do,
Expand Down

0 comments on commit 155ce28

Please sign in to comment.