Skip to content

Commit be253df

Browse files
authored
Remove now unused capture_err
1 parent 6d89447 commit be253df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/elixir/test/elixir/protocol_test.exs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ Code.require_file("test_helper.exs", __DIR__)
33
defmodule ProtocolTest do
44
use ExUnit.Case, async: true
55

6-
defp capture_err(fun) do
7-
ExUnit.CaptureIO.capture_io(:stderr, fun)
8-
end
9-
106
doctest Protocol
117

128
{_, _, sample_binary, _} =

0 commit comments

Comments
 (0)