tests: Add invalid assignment tests to increase coverage
commit6fe9a8b71c9e06c5e3f33f0d743d8758cb51a755
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 14 Jun 2018 06:02:31 +0000 (14 08:02 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 14 Jun 2018 06:02:31 +0000 (14 08:02 +0200)
treef6d0687109208e69e887256b22b0a21e6377f22d
parent0df98c57d59cea06ae969ca1f7f46889c8dff7f3
tests: Add invalid assignment tests to increase coverage
tests/Makefile.am
tests/semantic/assignment-element-incompatible-ownership.test [new file with mode: 0644]
tests/semantic/assignment-element-incompatible-type.test [new file with mode: 0644]
tests/semantic/assignment-same-variable.vala [new file with mode: 0644]
tests/semantic/assignment-signal-incompatible-method.test [new file with mode: 0644]
tests/semantic/assignment-signal-incompatible-type.test [new file with mode: 0644]