From b157a261f0308e34554f6594d073758b6d28aa2d Mon Sep 17 00:00:00 2001 From: Frej Drejhammar Date: Thu, 25 Jul 2024 11:38:07 +0200 Subject: [PATCH] compiler alias analysis: Enable forgotten test case Add `transformable34/0` to the exports. Back when (79ca4ba31bc5 "Make alias analysis less conservative with calls") was merged, no one noticed (including me) that the added test was not added to the list of exports, and therefore never actually run. --- lib/compiler/test/beam_ssa_check_SUITE_data/private_append.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compiler/test/beam_ssa_check_SUITE_data/private_append.erl b/lib/compiler/test/beam_ssa_check_SUITE_data/private_append.erl index 40baae83b856..6c36fd429d3e 100644 --- a/lib/compiler/test/beam_ssa_check_SUITE_data/private_append.erl +++ b/lib/compiler/test/beam_ssa_check_SUITE_data/private_append.erl @@ -59,6 +59,7 @@ transformable32/0, transformable32/1, transformable33/0, + transformable34/0, not_transformable1/2, not_transformable2/1,