mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01:00
Merge branch 'wip/smcv/i386' into 'main'
girepository test: Don't assume doubles are naturally-aligned See merge request GNOME/glib!3923
This commit is contained in:
commit
7d6b2d7385
@ -52,7 +52,7 @@ test_basic (RepositoryFixture *fx,
|
||||
g_assert_null (gi_union_info_get_discriminator (double_info, 0));
|
||||
|
||||
g_assert_cmpuint (gi_union_info_get_size (double_info), ==, 8);
|
||||
g_assert_cmpuint (gi_union_info_get_alignment (double_info), ==, 8);
|
||||
g_assert_cmpuint (gi_union_info_get_alignment (double_info), ==, G_ALIGNOF (GDoubleIEEE754));
|
||||
|
||||
g_assert_null (gi_union_info_get_copy_function_name (double_info));
|
||||
g_assert_null (gi_union_info_get_free_function_name (double_info));
|
||||
|
Loading…
x
Reference in New Issue
Block a user