]> git.ipfire.org Git - thirdparty/vala.git/commit
tests: Add invalid "return" tests to increase coverage a6552034120c860aff0299d4774365ae74ccaa29
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 20 Feb 2020 08:33:19 +0000 (09:33 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 20 Feb 2020 08:44:50 +0000 (09:44 +0100)
commita6552034120c860aff0299d4774365ae74ccaa29
treea86513d3be332e429a838c23f279daca9acfffcd
parent4051272d523b5b8412cb17ba431a6170feeec4d2
tests: Add invalid "return" tests to increase coverage
tests/Makefile.am
tests/semantic/return-in-nonvoid.test [new file with mode: 0644]
tests/semantic/return-in-void.test [new file with mode: 0644]
tests/semantic/return-missing-ownership.test [new file with mode: 0644]
tests/semantic/return-missing-transfer.test [new file with mode: 0644]