[vala/wip/valadate: 93/101] removed all references to CCodeAttribute
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/valadate: 93/101] removed all references to CCodeAttribute
- Date: Sat, 7 Oct 2017 10:57:48 +0000 (UTC)
commit ce50ac12a722120ec9c869353ffe1135113470ff
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]