tests: improve error tests on --keep-going by adding usage of broken things
[nit.git] / tests / error_spe_proc.nit
index 0b23aef..17949f3 100644 (file)
@@ -20,5 +20,8 @@ end
 
 class B
        super A
-redef fun toto: Int do return 2end
+redef fun toto: Int do return 2 end
 end
+
+var b = new B
+b.toto.output