Skip to content

Commit

Permalink
Correct readme for LF tests (nothing else to add for them).
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Aug 21, 2018
1 parent 29c8c53 commit 204426e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,17 +311,7 @@ For Maven add:
</build>
```

For Gradle add:

```groovy
dependencies {
testRuntime "org.jetbrains.kotlinx:atomicfu:$atomicfu_version"
}
task lockFreedomTest(type: Test, dependsOn: testClasses) {
include '**/*LFTest.*'
}
```
For Gradle there nothing else to add.



Expand Down

0 comments on commit 204426e

Please sign in to comment.