]> git.ipfire.org Git - thirdparty/vala.git/commit
tests: Add "pre-post-increment with side effect" tests to increase coverage
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 13 Aug 2020 17:05:49 +0000 (19:05 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 5 Sep 2020 14:42:41 +0000 (16:42 +0200)
commit8ff54c2f4344f38f9e1631458da281bbfb21aad2
tree4ee301cda11dfa345f1dfbae77853c5fcc4dd588
parent5f9fccc891280246d7af1f9866de723f4ec2f490
tests: Add "pre-post-increment with side effect" tests to increase coverage

See https://gitlab.gnome.org/GNOME/vala/issues/1061
tests/Makefile.am
tests/control-flow/pre-post-increment-field.vala [new file with mode: 0644]
tests/control-flow/pre-post-increment-local.vala [new file with mode: 0644]
tests/control-flow/pre-post-increment-parameter.vala [new file with mode: 0644]
tests/control-flow/pre-post-increment-property.vala [new file with mode: 0644]