From cc4650715b5cef5e84c82dfe5911628990945876 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 23:25:38 +0800 Subject: [PATCH] tests/GirTest.vala --- tests/GirTest.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/GirTest.vala b/tests/GirTest.vala index 8c4d7f4ff..4ed7ea68d 100644 --- a/tests/GirTest.vala +++ b/tests/GirTest.vala @@ -20,7 +20,7 @@ int main (string[] args) { print(generator.to_data(null)); - + /* test = Palete.Gir.factoryFqn(test.fqtype()); n = new Json.Node(Json.NodeType.OBJECT); @@ -29,7 +29,7 @@ int main (string[] args) { print(generator.to_data(null)); - + */ return 0; } -- 2.39.2