summaryrefslogtreecommitdiff
path: root/tests/asynchronous
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2011-05-28 09:55:27 +0200
committerLuca Bruno <lucabru@src.gnome.org>2011-05-28 09:56:05 +0200
commitc229407bc3397bb93db1477528c4a617d109731f (patch)
treeb84064fdf4e34710a79186e6f86fb575c5845c80 /tests/asynchronous
parentd78b4e8c2c065fa0be89e0939c3ca7f1ab2e28b2 (diff)
downloadvala-c229407bc3397bb93db1477528c4a617d109731f.tar.gz
tests: Shut vala warning against asynchronous/bug641182.vala
Diffstat (limited to 'tests/asynchronous')
-rw-r--r--tests/asynchronous/bug641182.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/asynchronous/bug641182.vala b/tests/asynchronous/bug641182.vala
index af7e3966e..48db2f93b 100644
--- a/tests/asynchronous/bug641182.vala
+++ b/tests/asynchronous/bug641182.vala
@@ -1,7 +1,7 @@
public delegate void Bar ();
class Foo {
- public Bar bar { get; set; }
+ public unowned Bar bar { get; set; }
}
async void test () {