Closed mflatt closed 3 weeks ago
Repair the test so that it works when the maximum collect generation is set to 1, and add a test-more case to the CI configuration.
test-more
Also, refine a workaround preprocessor check to enable it only when defined(__apple_build_version__).
defined(__apple_build_version__)
Includes the suggestion from @glandium in #879.
Repair the test so that it works when the maximum collect generation is set to 1, and add a
test-more
case to the CI configuration.Also, refine a workaround preprocessor check to enable it only when
defined(__apple_build_version__)
.