Skip to content

Commit 751f40e

Browse files
committed
Add missing source file creation
Accidentally deleted this line from this recently created test. rdar://105701394
1 parent a0a1347 commit 751f40e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift-package-init-tool.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN: rm -rf %t.dir
77
RUN: mkdir -p %t.dir/Project
88
RUN: %{swift-package} --package-path %t.dir/Project init --type tool
99
RUN: rm -rf %t.dir/Project/Sources/*
10+
RUN: echo "print(\"Hello, World!\")" >%t.dir/Project/Sources/main.swift
1011
RUN: %{swift-build} --package-path %t.dir/Project 2>&1 | tee %t.build-log
1112
```
1213

0 commit comments

Comments
 (0)