diff --git a/libraries/kotlin.test/common/src/main/kotlin/org/junit/Test.kt b/libraries/kotlin.test/common/src/main/kotlin/org/junit/Test.kt index 53f5c6f165e..191bf07876d 100644 --- a/libraries/kotlin.test/common/src/main/kotlin/org/junit/Test.kt +++ b/libraries/kotlin.test/common/src/main/kotlin/org/junit/Test.kt @@ -1,4 +1,4 @@ package org.junit @Suppress("NO_ACTUAL_FOR_EXPECT") -expect annotation class Test +expect annotation class Test()