]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Treat new lock/unlock tests as compile-only which they are
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 27 Apr 2018 14:56:55 +0000 (16:56 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 27 Apr 2018 14:56:55 +0000 (16:56 +0200)
tests/objects/bug795521.vala
tests/parser/lock-statement.vala

index f47bd725f83c9b6767024062784681fa7b015f50..e1acc608d9dcf3a10d2640ff280178a9cada3130 100644 (file)
@@ -37,6 +37,4 @@ class Foo {
 }
 
 void main () {
-       var foo = new Foo ();
-       foo.use ();
 }
index 65d9d82b6c887f0eeab8a9d9ca3baf7fdbc57d45..632a3e673d05aa0a21d0955e762ed05f71a8fd81 100644 (file)
@@ -13,7 +13,4 @@ class Foo {
 }
 
 void main () {
-       var foo = new Foo ();
-       foo.explicit_unlocking ();
-       foo.implicit_unlocking ();
 }