Skip to content

Commit 2f1b453

Browse files
swiftlang/swift-package-manager#8371 is included in release/6.2
1 parent 9b3eff6 commit 2f1b453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/swift-sdk/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else:
1616
config.substitutions.append(("%{target_swift_build}", target_swift_build))
1717

1818
copy_cmd = 'cp %s %t.dir/Sources/Check/Check.swift'
19-
if config.root.scheme in ["release-6.0", "release-6.1", "release-6.2"]:
19+
if config.root.scheme in ["release-6.0", "release-6.1"]:
2020
copy_cmd = 'cp %s %t.dir/Sources/main.swift'
2121

2222
simple_swift_build_steps = [

0 commit comments

Comments
 (0)