Skip to content

Commit

Permalink
Fix execution of lock-freedom tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Sep 29, 2017
1 parent 66f018c commit 8958f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kotlinx-coroutines-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<forkMode>once</forkMode>
<classesDirectory>${project.build.directory}/classes-atomicfu</classesDirectory>
<includes>
<include>**/*LFTest.java</include>
<include>**/*LFTest.*</include>
</includes>
</configuration>
</execution>
Expand Down

0 comments on commit 8958f2f

Please sign in to comment.