tests: Add test_astbuilder to the skip list of nitcg niti nitvm
[nit.git] / tests / error_inh_loop.nit
index 0e778f9..0f639a8 100644 (file)
@@ -27,3 +27,6 @@ end
 class C
        super A
 end
+
+var a = new A
+a.output