aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/model/CommentTest.kt
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2016-01-25 13:56:01 +0100
committerDmitry Jemerov <yole@jetbrains.com>2016-01-25 13:56:01 +0100
commit74fa763533b0d7db3344ed1add945e72c3a462bc (patch)
treefc8479157aed26bcf0c4c845197e5cb0764b03d7 /core/src/test/kotlin/model/CommentTest.kt
parentdecb439ec77d53b317dc14ba2e07dc4cd9b188db (diff)
downloaddokka-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.kt2
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 {