Fix solve tests

This commit is contained in:
Ayaz Hafiz 2022-07-19 15:02:52 -04:00
parent 3a57af8731
commit b4f45215ea
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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}