-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write tests for gc_realloc() #44
Comments
So the checks/asserts that need to be done are:
In all the cases we do a Is this it or anything else to cover? I'll wait a few days for any new contributors else, I'll take it up. |
@ganesh-k13 yes, that makes sense. With |
Hey @mkirchner, this line: Line 448 in e5ebe36
it should be |
Nicely spotted! ... and that’s why we need tests for |
We don't have any tests for
gc_realloc()
intest_gc.c
yet, those would be great to have.The text was updated successfully, but these errors were encountered: