Skip to content

Commit

Permalink
Revert "test: ensure code is deleted after reload"
Browse files Browse the repository at this point in the history
This reverts commit 98adf3d.
  • Loading branch information
qzhuyan committed Sep 28, 2023
1 parent 66b8d62 commit 0e4a3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/quicer_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ tc_nif_module_reload(_Config) ->
M = quicer_nif,
c:l(M),
{module, M} = c:l(M),
code:purge(M),
true = code:delete(M),
%% code:purge(M),
%% true = code:delete(M),
ok.

tc_open_lib_test(_Config) ->
Expand Down

0 comments on commit 0e4a3ab

Please sign in to comment.