mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 06:13:29 +02:00
gioerror: Add G_IO_ERROR_NO_SUCH_DEVICE to map ENODEV
This commit is contained in:
@@ -272,7 +272,7 @@ test_error_from_errno (void)
|
||||
|
||||
#ifdef ENODEV
|
||||
g_assert_cmpint (g_io_error_from_errno (ENODEV), ==,
|
||||
G_IO_ERROR_FAILED);
|
||||
G_IO_ERROR_NO_SUCH_DEVICE);
|
||||
#endif
|
||||
|
||||
#ifdef ENFILE
|
||||
|
Reference in New Issue
Block a user