[Test] Unmute passing test

This commit is contained in:
Dmitriy Novozhilov
2022-09-06 16:14:55 +03:00
committed by teamcity
parent 671083c701
commit cb03ef89c5
@@ -1,7 +1,7 @@
// FIR_IDENTICAL
// LANGUAGE: +BreakContinueInInlineLambdas
// TARGET_BACKEND: JVM_IR
// IGNORE_BACKEND_FIR: JVM_IR
// !IGNORE_ERRORS
// IGNORE_ERRORS
// WITH_STDLIB
inline fun foo(block: () -> Unit) { block() }
@@ -28,4 +28,4 @@ fun test2() {
bar(fun () {break}, fun () {})
bar(fun () {continue}, fun () {})
}
}
}