remove unneded basic-cli reference in test_reporting

This commit is contained in:
Luke Boswell 2024-09-04 21:50:15 +10:00
parent beb2dcbc84
commit bb57c4a600
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
5 changed files with 30 additions and 30 deletions

View file

@ -1,6 +1,6 @@
app [main] {
pf:
"https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UOw.tar.br",
"generic-test-platform/main.roc",
}
main =

View file

@ -11,16 +11,16 @@ Full(
),
],
before_packages: [],
packages: @11-134 [
@13-132 SpaceAfter(
packages: @11-51 [
@13-49 SpaceAfter(
PackageEntry {
shorthand: "pf",
spaces_after_shorthand: [
Newline,
],
platform_marker: None,
package_name: @17-132 PackageName(
"https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UOw.tar.br",
package_name: @17-49 PackageName(
"generic-test-platform/main.roc",
),
},
[
@ -38,7 +38,7 @@ Full(
Index(2147483648),
],
regions: [
@136-183,
@53-100,
],
space_before: [
Slice(start = 0, length = 2),
@ -54,17 +54,17 @@ Full(
type_defs: [],
value_defs: [
Body(
@136-140 Identifier {
@53-57 Identifier {
ident: "main",
},
@147-183 SpaceBefore(
@64-100 SpaceBefore(
Apply(
@147-158 Var {
@64-75 Var {
module_name: "Stdout",
ident: "line",
},
[
@159-183 Str(
@76-100 Str(
PlainLine(
"I'm a Roc application!",
),

View file

@ -1,5 +1,5 @@
app [main] { pf:
"https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UOw.tar.br"
"generic-test-platform/main.roc"
}
main =