[vala/0.36: 158/173] tests: Add test for invalid variadic function



commit f979a35a758a535b29c8b76ba64e6723aace2974
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Jan 24 16:12:47 2018 +0100

    tests: Add test for invalid variadic function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=615450

 tests/Makefile.am            |    1 +
 tests/methods/bug615450.test |    7 +++++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3b13580..9e6d3dc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -77,6 +77,7 @@ TESTS = \
        methods/bug598738.vala \
        methods/bug599892.vala \
        methods/bug613483.vala \
+       methods/bug615450.test \
        methods/bug620673.vala \
        methods/bug622570.vala \
        methods/bug626783.vala \
diff --git a/tests/methods/bug615450.test b/tests/methods/bug615450.test
new file mode 100644
index 0000000..63ffa7a
--- /dev/null
+++ b/tests/methods/bug615450.test
@@ -0,0 +1,7 @@
+Invalid Code
+
+void foo (...) {
+}
+
+void main () {
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]