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:
parent
e4824f5f6b
commit
4246615f48
@ -151,7 +151,7 @@ bool lv_test_assert_img_eq(const char * fn_ref)
|
||||
|
||||
png_release(&p);
|
||||
|
||||
return err;
|
||||
return !err;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user