[vala/0.38] tests: Add missing PrintfFormat attribute
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [vala/0.38] tests: Add missing PrintfFormat attribute
- Date: Tue, 30 Jan 2018 07:25:35 +0000 (UTC)
commit 6676507b06d3820ea5a5c5bf278a8de4dd9d0c59
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Jan 27 19:30:49 2018 +0100
    tests: Add missing PrintfFormat attribute
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657378
 tests/structs/bug657378.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/structs/bug657378.vala b/tests/structs/bug657378.vala
index 5ba8263..91c2196 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 ());
 }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]