diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-16 17:53:47 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-24 20:15:50 +0300 |
commit | 89d41a1bc909c7e350b07bc29d39762449d64650 (patch) | |
tree | d75ab02d9869d7663099882969554682f31c7fc0 /core/src/test/kotlin | |
parent | 76c7e32f74b8982303a86f81b2ffed2b2a7e7c70 (diff) | |
download | dokka-89d41a1bc909c7e350b07bc29d39762449d64650.tar.gz dokka-89d41a1bc909c7e350b07bc29d39762449d64650.tar.bz2 dokka-89d41a1bc909c7e350b07bc29d39762449d64650.zip |
Fix most of failing tests, by not unwrapping types, if it not abbreviated (Otherwise we will lose in/out variance)
Diffstat (limited to 'core/src/test/kotlin')
-rw-r--r-- | core/src/test/kotlin/format/MarkdownFormatTest.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/test/kotlin/format/MarkdownFormatTest.kt b/core/src/test/kotlin/format/MarkdownFormatTest.kt index 280e8e22..c9f86503 100644 --- a/core/src/test/kotlin/format/MarkdownFormatTest.kt +++ b/core/src/test/kotlin/format/MarkdownFormatTest.kt @@ -27,8 +27,6 @@ class MarkdownFormatTest { verifyMarkdownPackage("annotationClass", withKotlinRuntime = true) } - //TODO: Enable after typealias support - // @Ignore("Disabled until we will correctly support typealias") @Test fun exceptionClass() { verifyMarkdownNode("exceptionClass", withKotlinRuntime = true) verifyMarkdownPackage("exceptionClass", withKotlinRuntime = true) |