TEST: test includes labeled continue-break

This commit is contained in:
Konstantin Anisimov
2016-12-02 15:55:02 +03:00
committed by KonstantinAnisimov
parent bafa7e7c3c
commit 9afdfc316b
2 changed files with 40 additions and 19 deletions
+1 -1
View File
@@ -611,7 +611,7 @@ task unreachable1(type: RunKonanTest) {
}
task break_continue(type: RunKonanTest) {
goldValue = "while 2\nwhile 4\nwhile 6\nwhile 2\nwhile 4\nwhile 6\nwhile 1\nwhile 3\nwhile 5\n"
goldValue = "foo@l1\nfoo@l2\nfoo@l2\nfoo@l2\nbar@l1\nbar@l2\nbar@l2\nbar@l2\nqux@t1\nqux@l2\nqux@l2\nqux@l2\n"
source = "codegen/controlflow/break.kt"
}