Skip to content

Commit 6e83478

Browse files
committed
Don't avoid running tests on Native
1 parent 362c33d commit 6e83478

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kotlinx-coroutines-test/common/test/TestDispatchersTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ class TestDispatchersTest: OrderedExecutionTestBase() {
5555

5656
/** Tests that [Distpachers.setMain] fails when called with [Dispatchers.Main]. */
5757
@Test
58-
@NoNative
5958
fun testSelfSet() {
6059
assertFailsWith<IllegalArgumentException> { Dispatchers.setMain(Dispatchers.Main) }
6160
}

0 commit comments

Comments
 (0)