diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-10-09 18:50:54 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-10-09 18:50:54 +0300 |
commit | c202931be1fc2a0e57ad1cb26931b80055b9df65 (patch) | |
tree | 239ef08090ee0f8979dca0448ea85e1817fdaebd /core/src/test/kotlin | |
parent | aa3534c8e13f69ebb2700f24065cdb0c3f14b512 (diff) | |
download | dokka-c202931be1fc2a0e57ad1cb26931b80055b9df65.tar.gz dokka-c202931be1fc2a0e57ad1cb26931b80055b9df65.tar.bz2 dokka-c202931be1fc2a0e57ad1cb26931b80055b9df65.zip |
Update kotlin-compiler to 1.1.51
Diffstat (limited to 'core/src/test/kotlin')
-rw-r--r-- | core/src/test/kotlin/TestAPI.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/test/kotlin/TestAPI.kt b/core/src/test/kotlin/TestAPI.kt index 7141b731..a1a98ec7 100644 --- a/core/src/test/kotlin/TestAPI.kt +++ b/core/src/test/kotlin/TestAPI.kt @@ -82,9 +82,6 @@ fun appendDocumentation(documentation: DocumentationModule, addClasspath(File(stringRoot)) } if (withKotlinRuntime) { - val kotlinPairRoot = PathManager.getResourceRoot(Pair::class.java, "/kotlin/Pair.class") - addClasspath(File(kotlinPairRoot)) - val kotlinStrictfpRoot = PathManager.getResourceRoot(Strictfp::class.java, "/kotlin/jvm/Strictfp.class") addClasspath(File(kotlinStrictfpRoot)) } |