]> 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>
Sun, 23 Sep 2018 07:41:05 +0000 (09:41 +0200)
commit8ef4f33ab7e9c7ca02c2c19a833120977e5069cf
treed5026c666f222853431b63b01ee62b4a1726cd51
parentd40702d4d5cbba10ac339b5a28231f529e87ed22
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]