This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit d4f604230a83f6ffbf3ccf5d9e65b3427304fe0b
Author: Kim Woelders <[email protected]>
AuthorDate: Wed Oct 26 19:08:55 2022 +0200
test: test_load: Quit when loading primary image fails
---
test/test_load.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/test_load.cpp b/test/test_load.cpp
index 67e1a88..4a02219 100644
--- a/test/test_load.cpp
+++ b/test/test_load.cpp
@@ -102,7 +102,7 @@ test_load(void)
D("Load '%s' (deferred)\n", fileo);
im = imlib_load_image(fileo);
- EXPECT_TRUE(im);
+ ASSERT_TRUE(im);
if (im)
{
imlib_context_set_image(im);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.