Fix build of tests
This commit is contained in:
parent
8b508bb6de
commit
565df4c237
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -56,7 +56,7 @@ public abstract class Gee.TestCase : Object {
|
|||
}
|
||||
|
||||
public GLib.TestSuite get_suite () {
|
||||
return this.suite;
|
||||
return (owned) this.suite;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue