Skip to content

Commit 8220958

Browse files
authored
Merge pull request #88 from artemcm/ReEnableNewDriver75547347
Revert "Disable swift-driver while investigating several test failures"
2 parents fe78b5e + 0f785e4 commit 8220958

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lit.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ if platform.system() == "Darwin":
9191
config.environment["SDKROOT"] = subprocess.check_output(
9292
["xcrun", "--sdk", "macosx", "--show-sdk-path"]).strip()
9393

94-
95-
# FIXME: use the new driver to run the integration tests. rdar://75547347
96-
config.environment["SWIFT_USE_OLD_DRIVER"] = 'YES'
97-
9894
# XDG_CACHE_HOME can be used to influence the position of the clang
9995
# module cache for all those tests that do not set that explicitly
10096
if 'XDG_CACHE_HOME' in os.environ:

0 commit comments

Comments
 (0)