From: Rico Tzschichholz Date: Fri, 27 Apr 2018 14:56:55 +0000 (+0200) Subject: tests: Treat new lock/unlock tests as compile-only which they are X-Git-Tag: 0.41.90~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eff7d38c4b0add13917ad9ab94d1ba9188be585;p=thirdparty%2Fvala.git tests: Treat new lock/unlock tests as compile-only which they are --- diff --git a/tests/objects/bug795521.vala b/tests/objects/bug795521.vala index f47bd725f..e1acc608d 100644 --- a/tests/objects/bug795521.vala +++ b/tests/objects/bug795521.vala @@ -37,6 +37,4 @@ class Foo { } void main () { - var foo = new Foo (); - foo.use (); } diff --git a/tests/parser/lock-statement.vala b/tests/parser/lock-statement.vala index 65d9d82b6..632a3e673 100644 --- a/tests/parser/lock-statement.vala +++ b/tests/parser/lock-statement.vala @@ -13,7 +13,4 @@ class Foo { } void main () { - var foo = new Foo (); - foo.explicit_unlocking (); - foo.implicit_unlocking (); }