Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit cf09dfb

Browse files
committed
Fix test-project
1 parent d401a23 commit cf09dfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

containers/swift-4/test-project/Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import PackageDescription
99
let package = Package(
1010
name: "helloworld",
1111
targets: [
12-
.target(
13-
name: "helloworld",
14-
path: "Sources")
12+
Target(name:"helloworld")
1513
]
1614
)

0 commit comments

Comments
 (0)