Skip to content

Commit c42f7af

Browse files
committed
Do not match on error_info on OTP 24
1 parent 9c77960 commit c42f7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/test/elixir/kernel/errors_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ defmodule Kernel.ErrorsTest do
11921192
rescue
11931193
ArgumentError ->
11941194
assert [
1195-
{:erlang, :apply, [1, :foo, []], []},
1195+
{:erlang, :apply, [1, :foo, []], _},
11961196
{__MODULE__, :bad_remote_call, 1, [file: _, line: _]} | _
11971197
] = __STACKTRACE__
11981198
end

0 commit comments

Comments
 (0)