lib/markdown: fixes useless empty init
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 20:58:09 +0000 (15:58 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 20:58:09 +0000 (15:58 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/markdown/test_markdown.nit

index a8d3b9f..8894d47 100644 (file)
@@ -2522,8 +2522,6 @@ class TestLine
 
        var subject: MDLine
 
-       init do end
-
        fun test_is_empty do
                subject = new MDLine("")
                assert subject.is_empty