aboutsummaryrefslogtreecommitdiff
path: root/tests/unity/unity_support.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unity/unity_support.c')
-rw-r--r--tests/unity/unity_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unity/unity_support.c b/tests/unity/unity_support.c
index 6dea581f2..c495b93e3 100644
--- a/tests/unity/unity_support.c
+++ b/tests/unity/unity_support.c
@@ -151,7 +151,7 @@ bool lv_test_assert_img_eq(const char * fn_ref)
png_release(&p);
- return err;
+ return !err;
}