Merge remote branch 'jean-sebastien/fix-test-icode' into next
[nit.git] / tests / base_closure_raf.nit
index 6be3ce3..325f3ed 100644 (file)
@@ -39,12 +39,14 @@ do
        a.foo !bar x do #!alt11#
        #alt11#a.foo !bar do
                x.output
+               if maybe then
                #alt4#break
                #alt5#break 'x'
                #alt6#continue
                #alt7#continue 'x'
                #alt8#return
                #alt9#return 'x'
+               end
                (x+1).output
        end
        #alt10# a.foo