backend: support break and continue from try with finally

This commit is contained in:
Svyatoslav Scherbina
2016-12-05 13:19:23 +07:00
committed by SvyatoslavScherbina
parent b55b67ebe6
commit 4a1b3f2824
2 changed files with 47 additions and 10 deletions
-1
View File
@@ -575,7 +575,6 @@ task finally8(type: RunKonanTest) {
}
task finally9(type: RunKonanTest) {
disabled = true
goldValue = "Finally 1\nFinally 2\nAfter\n"
source = "codegen/try/finally9.kt"
}