summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/while-predicate-type.slang.expected
blob: c65cb6ef8c0024e142842ce263225a8f17a45f14 (plain)
1
2
3
4
5
6
result code = -1
standard error = {
tests/diagnostics/while-predicate-type.slang(9): error 30019: expected an expression of type 'bool', got 'S'
}
standard output = {
}