This allows getting rid of one case of LIBCXX-WINDOWS-FIXME. The fixme
comment was inaccurate; these functions are provided these days, but the
test kept failing as it was using mismatched allocation and free
functions.
A similar issue was fixed earlier, in
6596778b46ba69517191e7397289228168064ff4. That test was fixed by
overriding the aligned operator new too, and returning a dummy fixed
allocation instead. As this test is libcxx specific, it can use the
internal std::__libcpp_aligned_free() instead, to match libcxx's
internal aligned operator new.