alelievr / libft-unit-test

457 stars 88 forks source link

Update "ft_lstmap" to take extra function param "del" #68

Closed AlaaZorkane closed 4 years ago

AlaaZorkane commented 5 years ago

image

ggjulio commented 5 years ago

I made a PR #69 updating the proto, but can't find a way to make it crash when using the old proto. (Cause del is never used...)

ggjulio commented 5 years ago

Also, I did not find an easy way to test a malloc fail.

alelievr commented 4 years ago

merged in master