tests/PackTest.vala
[app.Builder.js] / tests / PackTest.vala
index 6e26039..6c03dee 100644 (file)
@@ -19,8 +19,8 @@ int main (string[] args) {
 
        parent.setFqn("Gtk.VBox");
        node.setFqn("Gtk.ScolledWindow");
-       pal.fillPack( node, parent)
-       print("pack is %s\n", node.get("* pack");
+       pal.fillPack( node, parent);
+       print("pack is %s\n", node.get("* pack"));
         
        
        return 0;