Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +2 |
sigh... yet again, the same footgun...
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
runtime: use small struct TestSynctest to ensure cleanups run
Finalizers and cleanup funcs weren't running on the windows-arm64
builder. Put finalizers/cleanups on a small struct containing a pointer
rather than an *int, which fixes the problem.
Also uncomment a synctest.Wait that was accidentally commented out.
Fixes #73977
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |