diff options
author | Patrick <pgriffis@igalia.com> | 2023-01-07 18:48:28 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-07 18:48:28 -0600 |
commit | e110bf7c7fc28ede5bde59a8a28cfe8b163595e4 (patch) | |
tree | 63283a96075325e86b37c3d57a7aaa1c9d2eb4e0 /tests/testlib.h | |
parent | b61a6d836c30d446c707f50585f7a91a8ae1857d (diff) | |
parent | 523cedc27509779e7e815806e53361d5fe7e0bd4 (diff) | |
download | flatpak-appstreamcli-compose.tar.gz |
Merge branch 'main' into appstreamcli-composeappstreamcli-compose
Diffstat (limited to 'tests/testlib.h')
-rw-r--r-- | tests/testlib.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testlib.h b/tests/testlib.h index 25b096bd..f3b9188a 100644 --- a/tests/testlib.h +++ b/tests/testlib.h @@ -22,11 +22,6 @@ #include <gio/gio.h> #include <libglnx.h> -#ifndef g_assert_no_errno -#define g_assert_no_errno(expr) \ - g_assert_cmpstr ((expr) >= 0 ? NULL : g_strerror (errno), ==, NULL) -#endif - char *assert_mkdtemp (char *tmpl); extern char *isolated_test_dir; |