diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-11-16 19:45:45 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-11-16 19:46:09 +0100 |
commit | 64946eac93632e615a48a72ab1bcb7d4978b6edf (patch) | |
tree | 17ed367e99dfa4ae3f4535030e37b2567bc75f97 /test/src/TestAPI.kt | |
parent | 53f6584797ea8898df937be0835e274a10a12f28 (diff) | |
download | dokka-64946eac93632e615a48a72ab1bcb7d4978b6edf.tar.gz dokka-64946eac93632e615a48a72ab1bcb7d4978b6edf.tar.bz2 dokka-64946eac93632e615a48a72ab1bcb7d4978b6edf.zip |
update to Kotlin beta 2
Diffstat (limited to 'test/src/TestAPI.kt')
-rw-r--r-- | test/src/TestAPI.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/TestAPI.kt b/test/src/TestAPI.kt index 33cf4908..6b21b7da 100644 --- a/test/src/TestAPI.kt +++ b/test/src/TestAPI.kt @@ -89,7 +89,7 @@ public fun verifyJavaModel(source: String, try { val sourceFile = File(source) FileUtil.copy(sourceFile, File(tempDir, sourceFile.name)) - verifyModel(JavaSourceRoot(tempDir), withJdk = true, withKotlinRuntime = withKotlinRuntime, verifier = verifier) + verifyModel(JavaSourceRoot(tempDir, null), withJdk = true, withKotlinRuntime = withKotlinRuntime, verifier = verifier) } finally { FileUtil.delete(tempDir) |