We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362c33d commit 6e83478Copy full SHA for 6e83478
kotlinx-coroutines-test/common/test/TestDispatchersTest.kt
@@ -55,7 +55,6 @@ class TestDispatchersTest: OrderedExecutionTestBase() {
55
56
/** Tests that [Distpachers.setMain] fails when called with [Dispatchers.Main]. */
57
@Test
58
- @NoNative
59
fun testSelfSet() {
60
assertFailsWith<IllegalArgumentException> { Dispatchers.setMain(Dispatchers.Main) }
61
}
0 commit comments