Skip to content

Commit 132197a

Browse files
authored
Remove redundant clause triggering warning in tests (#15122)
1 parent 8cda8e1 commit 132197a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • lib/elixir/test/elixir/fixtures/dialyzer

lib/elixir/test/elixir/fixtures/dialyzer/with.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ defmodule Dialyzer.With do
1212
:other_error ->
1313
:other_error
1414

15-
{:error, msg} when is_list(msg) or is_tuple(msg) ->
16-
:error
17-
1815
{:error, msg} when is_list(msg) when is_tuple(msg) ->
1916
:error
2017

0 commit comments

Comments
 (0)