mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix test_reporting UNRECOGNIZED_PACKAGE header
This commit is contained in:
parent
4e5fdfbf52
commit
6640893410
1 changed files with 2 additions and 2 deletions
|
@ -11680,7 +11680,7 @@ In roc, functions are always written as a lambda, like{}
|
|||
"#
|
||||
),
|
||||
@r###"
|
||||
── UNRECOGNIZED PACKAGE in tmp/unknown_shorthand_no_deps/Test.roc ───────────────────
|
||||
── UNRECOGNIZED PACKAGE in tmp/unknown_shorthand_no_deps/Test.roc ──────────────
|
||||
|
||||
This module is trying to import from `foo`:
|
||||
|
||||
|
@ -11705,7 +11705,7 @@ In roc, functions are always written as a lambda, like{}
|
|||
"#
|
||||
),
|
||||
@r###"
|
||||
── UNRECOGNIZED PACKAGE in tmp/unknown_shorthand_in_app/Test.roc ────────────────────
|
||||
── UNRECOGNIZED PACKAGE in tmp/unknown_shorthand_in_app/Test.roc ───────────────
|
||||
|
||||
This module is trying to import from `foo`:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue