mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
move Swift example
This commit is contained in:
parent
ec548d9143
commit
841af10f36
2 changed files with 2 additions and 2 deletions
|
@ -418,7 +418,7 @@ mod cli_run {
|
|||
expected_ending:"Roc <3 Rust!\n",
|
||||
use_valgrind: true,
|
||||
},
|
||||
platformSwitchingSwift:"platform-switching/swift-platform" => Example {
|
||||
platformSwitchingSwift:"platform-switching" => Example {
|
||||
filename: "rocLovesSwift.roc",
|
||||
executable_filename: "rocLovesSwift",
|
||||
stdin: &[],
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
app "rocLovesSwift"
|
||||
packages { pf: "main.roc" }
|
||||
packages { pf: "swift-platform/main.roc" }
|
||||
imports []
|
||||
provides [main] to pf
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue