Skip to content

Commit

Permalink
disable leak check on easy_c
Browse files Browse the repository at this point in the history
  • Loading branch information
ityonemo committed Apr 22, 2024
1 parent a9660e7 commit 0fdacf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/erlang/src/erlang_easy_c_test.erl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
{otp_app, zigler},
{link_lib, {system, "blas"}},
{easy_c, "cblas.h"},
{leak_check, true},
{leak_check, false},
{nifs, [{cblas_daxpy, [{return, [4, {length, {arg, 0}}]}]}]}
]).

0 comments on commit 0fdacf1

Please sign in to comment.