In anticipation of removing the object immortality workaround, add explicit garbage collection to a test that is likely to fail if subsequent fixes don't have adequate object lifetimes.
In the current regime, the objects in question are still immortal, so the test will still succeed.
In anticipation of removing the object immortality workaround, add explicit garbage collection to a test that is likely to fail if subsequent fixes don't have adequate object lifetimes.
In the current regime, the objects in question are still immortal, so the test will still succeed.
This change is