You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
925: fix leaks in as_arg tests r=Bromeon a=Waridley
Multiple objects were being leaked by the `test_as_arg` tests. Dropping the parent in the `add_[node/instance]_with` methods solved most of them, and replacing the dummy node with a `MaybeUninit` for the shared ref tests fixed the rest.
(I also edited the message in `test_array_debug` to make it clearer to me what's supposed to happen.
Co-authored-by: Waridley <[email protected]>
0 commit comments