Skip to content

Commit

Permalink
JVM IR: mute testJvmStaticAndJvmInline for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
udalov authored and Space committed May 13, 2021
1 parent cdfe8b9 commit 12d4c31
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// TARGET_BACKEND: JVM
// WITH_RUNTIME
// WITH_COROUTINES

// This test passes for JVM_IR in master, but fails in 1.5.0 and 1.5.20 for some reason, probably because depends on some other changes which were not cherry-picked.
// IGNORE_BACKEND: JVM_IR

import helpers.*
import kotlin.coroutines.*
import kotlin.coroutines.intrinsics.*
Expand Down

0 comments on commit 12d4c31

Please sign in to comment.