tests: prepare for new constructors
[nit.git] / tests / base_simple.nit
index a8a645f..76d0dd9 100644 (file)
@@ -33,10 +33,6 @@ class A
        do
                0.output
        end
-
-       init
-       do
-       end
 end
 
 class B