1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

chore(tests): fix image compare tests

This commit is contained in:
Gabor Kiss-Vamosi 2022-02-16 09:45:39 +01:00
parent e4824f5f6b
commit 4246615f48

View File

@ -151,7 +151,7 @@ bool lv_test_assert_img_eq(const char * fn_ref)
png_release(&p);
return err;
return !err;
}