Skip to content

Commit 8958f2f

Browse files
committed
Fix execution of lock-freedom tests
1 parent 66f018c commit 8958f2f

File tree

1 file changed

+1
-1
lines changed
  • core/kotlinx-coroutines-core

1 file changed

+1
-1
lines changed

core/kotlinx-coroutines-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<forkMode>once</forkMode>
8888
<classesDirectory>${project.build.directory}/classes-atomicfu</classesDirectory>
8989
<includes>
90-
<include>**/*LFTest.java</include>
90+
<include>**/*LFTest.*</include>
9191
</includes>
9292
</configuration>
9393
</execution>

0 commit comments

Comments
 (0)