From a0eac798cd1a1abf20772db9f89c54e945ded3ea Mon Sep 17 00:00:00 2001 From: Marvin W Date: Fri, 8 Apr 2022 22:03:31 +0200 Subject: Fix build of tests --- xmpp-vala/tests/testcase.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmpp-vala/tests') 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; } } -- cgit v1.2.3-54-g00ecf