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 --- plugins/signal-protocol/tests/testcase.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/signal-protocol/tests/testcase.vala b/plugins/signal-protocol/tests/testcase.vala index 061ccc63..59fcf193 100644 --- a/plugins/signal-protocol/tests/testcase.vala +++ b/plugins/signal-protocol/tests/testcase.vala @@ -48,7 +48,7 @@ public abstract class Gee.TestCase : Object { } public GLib.TestSuite get_suite () { - return this.suite; + return (owned) this.suite; } private class Adaptor { @@ -77,4 +77,4 @@ public abstract class Gee.TestCase : Object { this.test_case.tear_down (); } } -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf