We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe78b5e + 0f785e4 commit 8220958Copy full SHA for 8220958
lit.cfg
@@ -91,10 +91,6 @@ if platform.system() == "Darwin":
91
config.environment["SDKROOT"] = subprocess.check_output(
92
["xcrun", "--sdk", "macosx", "--show-sdk-path"]).strip()
93
94
-
95
-# FIXME: use the new driver to run the integration tests. rdar://75547347
96
-config.environment["SWIFT_USE_OLD_DRIVER"] = 'YES'
97
98
# XDG_CACHE_HOME can be used to influence the position of the clang
99
# module cache for all those tests that do not set that explicitly
100
if 'XDG_CACHE_HOME' in os.environ:
0 commit comments