]> git.ipfire.org Git - thirdparty/vala.git/commit
tests: Add invalid variable declaration tests to increase coverage
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 21 Sep 2018 20:53:18 +0000 (22:53 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 22 Sep 2018 08:44:30 +0000 (10:44 +0200)
commit088d325183dc20bf8a008a203166d0d438f091f3
tree48b01f1d7cd925285679e535f1b9a9cb2fc02055
parent9584ad4a79840b0ae0c5e23b3416899b81bee88f
tests: Add invalid variable declaration tests to increase coverage
tests/Makefile.am
tests/semantic/initializer-unknown-type.test [new file with mode: 0644]
tests/semantic/localvariable-owned-to-unowned.test [new file with mode: 0644]
tests/semantic/localvariable-var-static-access-instance-field.test [new file with mode: 0644]
tests/semantic/localvariable-var-static-access-instance-method.test [new file with mode: 0644]
tests/semantic/localvariable-var-without-initializer.test [new file with mode: 0644]
tests/semantic/localvariable-void.test [new file with mode: 0644]