vala-lang / valadoc-org

Build tools used to generate valadoc.org
https://valadoc.org
GNU Lesser General Public License v2.1
84 stars 25 forks source link

examples/glib-2.0/GLib.Test.run.vala: use return value of Test.run #355

Closed rrthomas closed 2 years ago

rrthomas commented 2 years ago

In the glib documentation, the example test suite returns the value of g_test_run(). This seems to be the correct thing to do.