summaryrefslogtreecommitdiff
path: root/tests/objects/bug564011.test
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-02-06 09:01:12 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2018-02-06 17:52:44 +0100
commit87020808d89ba4507e410aec615a2985f3b57bf8 (patch)
tree079d57ba325b39b082a6edeaf04c874ad14800e0 /tests/objects/bug564011.test
parent9564db29b14a314ab1f377ac601407fe64048a52 (diff)
downloadvala-87020808d89ba4507e410aec615a2985f3b57bf8.tar.gz
tests: Add various regression "codegen" tests to increase coverage
Diffstat (limited to 'tests/objects/bug564011.test')
-rw-r--r--tests/objects/bug564011.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/objects/bug564011.test b/tests/objects/bug564011.test
new file mode 100644
index 000000000..1bf9d32f0
--- /dev/null
+++ b/tests/objects/bug564011.test
@@ -0,0 +1,9 @@
+Invalid Code
+
+class Foo {
+ static ~Foo () {
+ }
+}
+
+void main () {
+}