summaryrefslogtreecommitdiff
path: root/tests/diagnostics/while-predicate-type.slang.expected
blob: d921c588e46e34af0558dbaf6520a4960d18948f (plain)
1
2
3
4
5
6
result code = -1
standard error = {
tests/diagnostics/while-predicate-type.slang(9): error 30010: 'while': expression must evaluate to int.
}
standard output = {
}