[vala/wip/valadate: 743/749] removed all references to CCodeAttribute



commit 6119439a6559d79ab79ef5a6566826c82b6423a5
Author: Chris Daley <chebizarro gmail com>
Date:   Sun Apr 30 21:48:22 2017 -0700

    removed all references to CCodeAttribute

 valadate/testgatherer.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/valadate/testgatherer.vala b/valadate/testgatherer.vala
index 4606ff6..7530b02 100644
--- a/valadate/testgatherer.vala
+++ b/valadate/testgatherer.vala
@@ -47,7 +47,7 @@ public class Valadate.TestGatherer : Vala.CodeVisitor {
        }
 
        private Type find_type (Vala.Class cls) throws Error {
-               unowned TestPlan.GetType node_get_type = (TestPlan.GetType)assembly.get_method 
("%sget_type".printf (get_ccode_lower_case_prefix(cls)));
+               unowned TestPlan.GetType node_get_type = (TestPlan.GetType)assembly.get_method 
("%sget_type".printf (get_ccode_lower_case_prefix (cls)));
                var ctype = node_get_type ();
                return ctype;
        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]