lib/markdown: fixes useless empty init
[nit.git] / 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