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 9bdf5f6b..178b6353 100644 --- a/xmpp-vala/tests/testcase.vala +++ b/xmpp-vala/tests/testcase.vala @@ -56,7 +56,7 @@ public abstract class Gee.TestCase : Object { } public GLib.TestSuite get_suite () { - return this.suite; + return (owned) this.suite; } } |