mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Update mono test
This commit is contained in:
parent
2037ad22fd
commit
fda485431f
2 changed files with 9 additions and 5 deletions
|
@ -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"
|
||||
"#
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue