]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Add missing PrintfFormat attribute
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 27 Jan 2018 18:30:49 +0000 (19:30 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 27 Jan 2018 19:10:15 +0000 (20:10 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=657378

tests/structs/bug657378.vala

index 5ba8263662d9be3a9fda4f33394f9215803bae83..91c21960f276c98b5550d5187551c5db5676309b 100644 (file)
@@ -1,3 +1,4 @@
+[PrintfFormat]
 string foo (string format, ...) {
        return format.vprintf (va_list ());
 }