mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Fix solve tests
This commit is contained in:
parent
3a57af8731
commit
b4f45215ea
1 changed files with 1 additions and 1 deletions
|
@ -6391,7 +6391,7 @@ mod solve_expr {
|
|||
Ok n -> { result: Ok n, rest: List.dropFirst lst }
|
||||
Err _ -> { result: Err TooShort, rest: [] }
|
||||
|
||||
MyU8 := U8 has [Decoder {decoder}]
|
||||
MyU8 := U8 has [Decoding {decoder}]
|
||||
|
||||
decoder = @Decoder \lst, fmt ->
|
||||
#^^^^^^^{-1}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue