tests: add a missing call to parent's implementation of .constructed()
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 1 Feb 2023 08:29:12 +0000 (09:29 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 1 Feb 2023 08:29:12 +0000 (09:29 +0100)
commitcc8495f45579c31f2f95885a6dfb5287b93b8041
tree312f55757da9c65dbe6a47e18e7ac2595d2cfea4
parent36d04dc18785b0809029387333fd1a3bdb2b0783
tests: add a missing call to parent's implementation of .constructed()

In GObject inheriting classes must call the parent's implementation of
"virtual" methods manually. Add a missing call to parent's .constructed()
method in the GLib wrapper of libgpiosim.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tests/gpiod-test-sim.c