From: Rico Tzschichholz Date: Sat, 27 Jan 2018 18:30:49 +0000 (+0100) Subject: tests: Add missing PrintfFormat attribute X-Git-Tag: 0.39.6~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e86aa46f8b336f14d1e230a350d8ccf5453ac2f6;p=thirdparty%2Fvala.git tests: Add missing PrintfFormat attribute https://bugzilla.gnome.org/show_bug.cgi?id=657378 --- diff --git a/tests/structs/bug657378.vala b/tests/structs/bug657378.vala index 5ba826366..91c21960f 100644 --- a/tests/structs/bug657378.vala +++ b/tests/structs/bug657378.vala @@ -1,3 +1,4 @@ +[PrintfFormat] string foo (string format, ...) { return format.vprintf (va_list ()); }