Skip to content

Commit

Permalink
Merge branch 'john/compiler/fix-local-fun-call-environment/GH-8316/OT…
Browse files Browse the repository at this point in the history
…P-19045' into maint

* john/compiler/fix-local-fun-call-environment/GH-8316/OTP-19045:
  fun_SUITE: Fix test snafu in fun_inline_SUITE variant
  • Loading branch information
jhogberg committed Apr 2, 2024
2 parents 1d1f3ad + 4f3cac2 commit 1c5f733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler/test/fun_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ coverage_3({[], A}) ->
leaky_environment(_Config) ->
G = fun(X, Y) -> X + Y end,
F = fun(A) -> G(A, 0) end,
{'EXIT', {{badarity, {F, [1, flurb]}}, _}} = catch F(1, flurb),
{'EXIT', {{badarity, {_, [1, flurb]}}, _}} = catch F(1, flurb),
ok.

id(I) ->
Expand Down

0 comments on commit 1c5f733

Please sign in to comment.