Merge branch 'assert-no-errno' into 'master'

gtestutils: Add a new g_assert_no_errno() test macro

See merge request GNOME/glib!1204
This commit is contained in:
Philip Withnall
2020-05-14 16:09:40 +00:00
4 changed files with 65 additions and 6 deletions

View File

@@ -3459,6 +3459,7 @@ g_assert_true
g_assert_false
g_assert_null
g_assert_nonnull
g_assert_no_errno
g_test_set_nonfatal_assertions
GTestCase