aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/format
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2016-11-16 16:51:08 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2016-11-24 20:15:49 +0300
commit76c7e32f74b8982303a86f81b2ffed2b2a7e7c70 (patch)
treef9068cdf80d044fbd3d1c2f9be894de8884a1b07 /core/src/test/kotlin/format
parent17a9a1774ec10690a031ae7afba5f5cfc59a9f24 (diff)
downloaddokka-76c7e32f74b8982303a86f81b2ffed2b2a7e7c70.tar.gz
dokka-76c7e32f74b8982303a86f81b2ffed2b2a7e7c70.tar.bz2
dokka-76c7e32f74b8982303a86f81b2ffed2b2a7e7c70.zip
Type alias support
Diffstat (limited to 'core/src/test/kotlin/format')
-rw-r--r--core/src/test/kotlin/format/MarkdownFormatTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/kotlin/format/MarkdownFormatTest.kt b/core/src/test/kotlin/format/MarkdownFormatTest.kt
index 7f0922ba..280e8e22 100644
--- a/core/src/test/kotlin/format/MarkdownFormatTest.kt
+++ b/core/src/test/kotlin/format/MarkdownFormatTest.kt
@@ -28,7 +28,7 @@ class MarkdownFormatTest {
}
//TODO: Enable after typealias support
- @Ignore("Disabled until we will correctly support typealias")
+ // @Ignore("Disabled until we will correctly support typealias")
@Test fun exceptionClass() {
verifyMarkdownNode("exceptionClass", withKotlinRuntime = true)
verifyMarkdownPackage("exceptionClass", withKotlinRuntime = true)