]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Avoid causing unrelated errors in invalid test cases
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 17 Oct 2021 07:15:58 +0000 (09:15 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 17 Oct 2021 07:18:38 +0000 (09:18 +0200)
tests/chainup/base-struct-invalid.test

index 5b2fb2693c6b26ae0c9955b56a02a953e056c31a..b711a03e0dfe652997423e6dda37c412b78cde8f 100644 (file)
@@ -1,6 +1,8 @@
 Invalid Code
 
 struct Foo {
+       public int i;
+
        public Foo () {
                base ();
        }