]> 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>
Wed, 24 Jan 2018 15:15:01 +0000 (16:15 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=615450

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

index d92aae1308f17d7b81638b3acbf637bd64593170..aba0612293fdcdd6fda88a7d022e7654bfbee1ec 100644 (file)
@@ -78,6 +78,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 () {
+}