move ingested-file-bytes-no-ann.roc test

This commit is contained in:
Luke Boswell 2024-05-22 13:32:49 +10:00
parent e9c50de4b4
commit b3f8c4dfd9
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.10.0/vNe6s9hWzoTZtFmNkvEICPErI9ptji_ySjicO6CkucY.tar.br" } app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.10.0/vNe6s9hWzoTZtFmNkvEICPErI9ptji_ySjicO6CkucY.tar.br" }
import pf.Stdout import pf.Stdout
import "../../LICENSE" as license import "ingested-file.roc" as license
main = main =
license license

View file

@ -974,12 +974,12 @@ mod cli_run {
#[cfg_attr(windows, ignore)] #[cfg_attr(windows, ignore)]
fn ingested_file_bytes_no_ann() { fn ingested_file_bytes_no_ann() {
test_roc_app( test_roc_app(
"examples/cli", "crates/cli/tests/cli",
"ingested-file-bytes-no-ann.roc", "ingested-file-bytes-no-ann.roc",
&[], &[],
&[], &[],
&[], &[],
"162088\n", "27101\n",
UseValgrind::No, UseValgrind::No,
TestCliCommands::Run, TestCliCommands::Run,
) )