Skip to content

Commit 146153c

Browse files
test: SwiftPM has changed the file name of the main source file for init
swiftlang/swift-package-manager#8371
1 parent f5d65f5 commit 146153c

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
@@ -19,7 +19,7 @@ else:
1919
'rm -rf %t.dir',
2020
'mkdir -p %t.dir',
2121
f'{swift} package init --package-path %t.dir --name Check --type executable',
22-
'cp %s %t.dir/Sources/main.swift',
22+
'cp %s %t.dir/Sources/Check/Check.swift',
2323
f'{target_swift_build} --package-path %t.dir',
2424
]
2525
config.substitutions.append(("%{target_simple_swift_build}", " && ".join(simple_swift_build_steps)))

0 commit comments

Comments
 (0)