diff options
Diffstat (limited to 'xmpp-vala')
-rw-r--r-- | xmpp-vala/tests/testcase.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp-vala/tests/testcase.vala b/xmpp-vala/tests/testcase.vala index dd1fdefd..cff0c47e 100644 --- a/xmpp-vala/tests/testcase.vala +++ b/xmpp-vala/tests/testcase.vala @@ -27,7 +27,7 @@ public abstract class Gee.TestCase : Object { public delegate void TestMethod (); - public TestCase (string name) { + protected TestCase (string name) { this.suite = new GLib.TestSuite (name); } |