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

index 040623d..53d0d6a 100644 (file)
@@ -46,7 +46,7 @@ public class TreeBuilder : Vala.CodeVisitor {
                        var ns_ref = new Vala.UsingDirective (new Vala.UnresolvedSymbol (null, "GLib", null));
                        source_file.add_using_directive (ns_ref);
                        context.root.add_using_directive (ns_ref);
-               }
+               //}
 
                context.add_source_file (source_file);