]> git.ipfire.org Git - thirdparty/vala.git/commit
tests: Add more invalid "assignment" tests to increase coverage 230cd3543514a6152236aecb39169a5f87eb3c86
authorCorentin Noël <corentin@elementary.io>
Fri, 22 Mar 2019 08:09:21 +0000 (09:09 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 22 Mar 2019 12:18:08 +0000 (13:18 +0100)
commit230cd3543514a6152236aecb39169a5f87eb3c86
treebda04ba5bf34a3ab7d810ed59250960c4888e98b
parent12957d17a7b1e2a0cd5ef5af54da0b9a49372131
tests: Add more invalid "assignment" tests to increase coverage
tests/Makefile.am
tests/arrays/expression-bracket.test [new file with mode: 0644]
tests/arrays/fixed-length-non-const.test [new file with mode: 0644]
tests/control-semantic/literal-immutable.test [new file with mode: 0644]
tests/control-semantic/this-assignment.test [new file with mode: 0644]
tests/objects/property-construct-only-write-foreign.test [new file with mode: 0644]
tests/objects/property-construct-only-write.test [new file with mode: 0644]
tests/objects/property-read-only-write.test [new file with mode: 0644]