diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2016-01-25 13:56:01 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2016-01-25 13:56:01 +0100 |
commit | 74fa763533b0d7db3344ed1add945e72c3a462bc (patch) | |
tree | fc8479157aed26bcf0c4c845197e5cb0764b03d7 /core/src/test/kotlin/model/CommentTest.kt | |
parent | decb439ec77d53b317dc14ba2e07dc4cd9b188db (diff) | |
download | dokka-74fa763533b0d7db3344ed1add945e72c3a462bc.tar.gz dokka-74fa763533b0d7db3344ed1add945e72c3a462bc.tar.bz2 dokka-74fa763533b0d7db3344ed1add945e72c3a462bc.zip |
update Dokka to internal RC: remove usages of kotlin.test
Diffstat (limited to 'core/src/test/kotlin/model/CommentTest.kt')
-rw-r--r-- | core/src/test/kotlin/model/CommentTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/kotlin/model/CommentTest.kt b/core/src/test/kotlin/model/CommentTest.kt index f3792610..5dfd1157 100644 --- a/core/src/test/kotlin/model/CommentTest.kt +++ b/core/src/test/kotlin/model/CommentTest.kt @@ -1,7 +1,7 @@ package org.jetbrains.dokka.tests import org.junit.Test -import kotlin.test.* +import org.junit.Assert.* import org.jetbrains.dokka.* public class CommentTest { |