Export optimize_fun for tests

This commit is contained in:
Ulf Norell 2019-11-06 11:13:45 +01:00
parent a87065c3a0
commit e8a54395bf

View File

@ -11,6 +11,10 @@
-export([compile/2, term_to_fate/1]).
-ifdef(TEST).
-export([optimize_fun/4]).
-endif.
%% -- Preamble ---------------------------------------------------------------
-type scode() :: [sinstr()].