File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -31,27 +31,27 @@ let package = Package(
3131 swiftSettings: . upcomingFeatures
3232 ) ,
3333 . target(
34- name: " CSystemLinux " ,
35- path: " CSystemLinux "
34+ name: " CSystemLinux " ,
35+ path: " CSystemLinux "
3636 ) ,
3737 . testTarget(
38- name: " FlyingFoxTests " ,
39- dependencies: [ " FlyingFox " ] ,
40- path: " FlyingFox/Tests " ,
41- resources: [
42- . copy( " Stubs " )
43- ] ,
44- swiftSettings: . upcomingFeatures
38+ name: " FlyingFoxTests " ,
39+ dependencies: [ " FlyingFox " ] ,
40+ path: " FlyingFox/Tests " ,
41+ resources: [
42+ . copy( " Stubs " )
43+ ] ,
44+ swiftSettings: . upcomingFeatures
4545 ) ,
4646 . testTarget(
47- name: " FlyingSocksTests " ,
48- dependencies: [ " FlyingSocks " ] ,
49- path: " FlyingSocks/Tests " ,
50- resources: [
51- . copy( " Resources " )
52- ] ,
53- swiftSettings: . upcomingFeatures
54- )
47+ name: " FlyingSocksTests " ,
48+ dependencies: [ " FlyingSocks " ] ,
49+ path: " FlyingSocks/Tests " ,
50+ resources: [
51+ . copy( " Resources " )
52+ ] ,
53+ swiftSettings: . upcomingFeatures
54+ )
5555 ]
5656)
5757
You can’t perform that action at this time.
0 commit comments