From d6fd04521ba4c4c430286078dd56309111c180e6 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 3 Oct 2014 20:20:02 +0400 Subject: Cross-reference links on types, relative locations. --- test/src/model/CommentTest.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'test/src') diff --git a/test/src/model/CommentTest.kt b/test/src/model/CommentTest.kt index 62f64a58..9206e386 100644 --- a/test/src/model/CommentTest.kt +++ b/test/src/model/CommentTest.kt @@ -75,7 +75,6 @@ public class CommentTest { Test fun emptySection() { verifyModel("test/data/comments/emptySection.kt") { model -> with(model.members.single().members.single()) { - assertEquals(NormalStyle, NormalStyle) assertEquals("Summary", doc.summary.toTestString()) assertEquals(2, doc.sections.count()) with (doc.sections["one"]!!) { -- cgit