Skip to content

Commit d8f005c

Browse files
committed
Fixed jdk16Test
1 parent 23eb49a commit d8f005c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ task jdk16Test(type: Test, dependsOn: [compileTestKotlinJvm, checkJdk16]) {
8080
classpath = files { jvmTest.classpath }
8181
testClassesDirs = files { jvmTest.testClassesDirs }
8282
executable = "$System.env.JDK_16/bin/java"
83-
exclude '**/*LinearizabilityTest.*'
83+
exclude '**/*LinearizabilityTest*.*'
8484
exclude '**/*LFTest.*'
8585
exclude '**/exceptions/**'
8686
exclude '**/ExceptionsGuideTest.*'

0 commit comments

Comments
 (0)