]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Add missing main() in bug641418-*.test
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 10 Nov 2016 17:23:28 +0000 (18:23 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 10 Nov 2016 17:23:28 +0000 (18:23 +0100)
tests/objects/bug641418-1.test
tests/objects/bug641418-2.test
tests/objects/bug641418-3.test

index 5d0e8f64efc165ee859e3dbc93e2e1ea0e78427f..e94ccf354ec9a446c136c9a6cd33848e0654ef88 100644 (file)
@@ -9,3 +9,6 @@ class Bar : Object, Foo {
                return null;
        }
 }
+
+void main () {
+}
index 0488b8a31ee07d2670b750a8d0118d3c2e75c56c..722b1ce93f2f7e4890ad2dca58f236f9e8b469a5 100644 (file)
@@ -14,3 +14,6 @@ class Baz : Bar {
                return null;
        }
 }
+
+void main () {
+}
index 3966df2e5820d3a94d5448acc61795898876372a..34fa8400f79830d06881ab57b6d52b6f3082ca3d 100644 (file)
@@ -14,3 +14,6 @@ class Baz<A> : Bar<A> {
                return f ();
        }
 }
+
+void main () {
+}