summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-03-18 20:15:31 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2015-03-18 20:15:31 +0100
commit8674d5c5b2d0fb7ed318d6d35e1857233f9151bd (patch)
tree113f9fc6c6f54c973ed77ec456eb1312d56ec19c /tests
parent752dd3626c58dc77dfd0d89e89a843615f825636 (diff)
downloadvala-8674d5c5b2d0fb7ed318d6d35e1857233f9151bd.tar.gz
glib: get_filename_charsets "returns" unowned string[]
Diffstat (limited to 'tests')
-rw-r--r--tests/methods/bug743877.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/methods/bug743877.vala b/tests/methods/bug743877.vala
index 127aaf060..ca4c87de6 100644
--- a/tests/methods/bug743877.vala
+++ b/tests/methods/bug743877.vala
@@ -1,7 +1,7 @@
void main () {
Intl.setlocale ();
- string[] charsets;
+ unowned string[] charsets;
var is_utf8 = GLib.get_filename_charsets (out charsets);
assert (charsets.length != -1);