Skip to content

Commit

Permalink
Remove now unused capture_err
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnWilton committed Jan 23, 2022
1 parent 6d89447 commit be253df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/elixir/test/elixir/protocol_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ Code.require_file("test_helper.exs", __DIR__)
defmodule ProtocolTest do
use ExUnit.Case, async: true

defp capture_err(fun) do
ExUnit.CaptureIO.capture_io(:stderr, fun)
end

doctest Protocol

{_, _, sample_binary, _} =
Expand Down

0 comments on commit be253df

Please sign in to comment.