File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
- //#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 110000
2
- // FIXME: Versioned re-scanning has an intermittend failure so the test that relies on it is disabled
3
- // temporarily (rdar://74812312)
1
+ #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 110000
4
2
#include "X.h"
5
- // #endif
3
+ #endif
6
4
7
5
void funcG (void );
Original file line number Diff line number Diff line change @@ -628,10 +628,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
628
628
let expectedNumberOfDependencies : Int
629
629
if driver. targetTriple. isMacOSX,
630
630
driver. targetTriple. version ( for: . macOS) >= Triple . Version ( 11 , 0 , 0 ) {
631
- // FIXME: Versioned re-scanning has an intermittend failure so the test that relies on it
632
- // is disabled temporarily (rdar://74812312)
633
- // expectedNumberOfDependencies = 11
634
- expectedNumberOfDependencies = 12
631
+ expectedNumberOfDependencies = 11
635
632
} else {
636
633
expectedNumberOfDependencies = 12
637
634
}
You can’t perform that action at this time.
0 commit comments