summaryrefslogtreecommitdiff
path: root/test/prism/errors/loop_conditional_is_closed.txt
blob: 2be13533199771bb9b78bdffd58849ad2bd5fdd5 (plain)
1
2
3
4
while 0 0; foo; end; until 0 0; foo; end
       ^ expected a predicate expression for the `while` statement
                            ^ expected a predicate expression for the `until` statement