aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/tests
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp-vala/tests')
-rw-r--r--xmpp-vala/tests/testcase.vala2
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;
}
}