move Swift example

This commit is contained in:
Bryce Miller 2022-08-31 13:39:24 -04:00
parent ec548d9143
commit 841af10f36
No known key found for this signature in database
GPG key ID: F1E97BF8DF152350
2 changed files with 2 additions and 2 deletions

View file

@ -418,7 +418,7 @@ mod cli_run {
expected_ending:"Roc <3 Rust!\n", expected_ending:"Roc <3 Rust!\n",
use_valgrind: true, use_valgrind: true,
}, },
platformSwitchingSwift:"platform-switching/swift-platform" => Example { platformSwitchingSwift:"platform-switching" => Example {
filename: "rocLovesSwift.roc", filename: "rocLovesSwift.roc",
executable_filename: "rocLovesSwift", executable_filename: "rocLovesSwift",
stdin: &[], stdin: &[],

View file

@ -1,5 +1,5 @@
app "rocLovesSwift" app "rocLovesSwift"
packages { pf: "main.roc" } packages { pf: "swift-platform/main.roc" }
imports [] imports []
provides [main] to pf provides [main] to pf