Skip to content

Commit b7dfc3b

Browse files
committed
use swift-driver to run suite
1 parent b79d83a commit b7dfc3b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

runner.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ def main():
4242
xcodebuild_flags = args.add_xcodebuild_flags
4343
xcodebuild_flags += (' ' if xcodebuild_flags else '') + 'DEBUG_INFORMATION_FORMAT=dwarf'
4444

45-
# FIXME: using swift-driver in the source compatibility test suite
46-
# is blocked by rdar://75486433
4745
swift_flags = args.add_swift_flags
48-
swift_flags += (' ' if swift_flags else '') + '-disallow-use-new-driver'
4946

5047
index = json.loads(open(args.projects).read())
5148
result = project_future.ProjectListBuilder(

0 commit comments

Comments
 (0)