Update mono test

This commit is contained in:
Ayaz Hafiz 2022-09-21 13:41:20 -05:00
parent 2037ad22fd
commit fda485431f
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 9 additions and 5 deletions

View file

@ -1958,7 +1958,7 @@ fn unreachable_void_constructor() {
x : []
main = if True then Ok x else Err "abc"
main = if Bool.true then Ok x else Err "abc"
"#
)
}