tests/TreeBuilder.vala
authorAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 10:37:52 +0000 (18:37 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 10:37:52 +0000 (18:37 +0800)
tests/TreeBuilder.vala

index ba94be2..d5c4d18 100644 (file)
@@ -55,7 +55,7 @@ public class TreeBuilder : Vala.CodeVisitor {
                
                Vala.Parser parser = new Vala.Parser ();
                parser.parse (context);
-               gir_parser.parse (context);
+               //gir_parser.parse (context);
                if (context.report.get_errors () > 0) {
                        print("got errors");
                        return context;