]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Add test for invalid variadic function
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 24 Jan 2018 15:12:47 +0000 (16:12 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 30 Jan 2018 07:14:17 +0000 (08:14 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=615450

tests/Makefile.am
tests/methods/bug615450.test [new file with mode: 0644]

index bf2e26c14d61a5099cab783eb431f619acac53f0..b79f7ec5c2958e6cf06ee7ec400a729bfd49a6c4 100644 (file)
@@ -57,6 +57,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 (file)
index 0000000..63ffa7a
--- /dev/null
@@ -0,0 +1,7 @@
+Invalid Code
+
+void foo (...) {
+}
+
+void main () {
+}