From 8daf131f9ea319f653045d75df165724ade28551 Mon Sep 17 00:00:00 2001 From: Jeremy Whiting <jeremy.whiting@collabora.com> Date: Wed, 21 Aug 2019 10:43:19 -0600 Subject: [PATCH] Fix typo in graphics test object creation. Should use SRT_GRAPHICS_ISSUES_NONE, not SRT_LIBRARY_ISSUES_NONE. --- tests/graphics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/graphics.c b/tests/graphics.c index 8b5e0138b..37070a084 100644 --- a/tests/graphics.c +++ b/tests/graphics.c @@ -87,7 +87,7 @@ test_object (Fixture *f, SRT_RENDERING_INTERFACE_GL, SRT_TEST_GOOD_GRAPHICS_RENDERER, SRT_TEST_GOOD_GRAPHICS_VERSION, - SRT_LIBRARY_ISSUES_NONE); + SRT_GRAPHICS_ISSUES_NONE); g_assert_cmpint (srt_graphics_get_issues (graphics), ==, SRT_GRAPHICS_ISSUES_NONE); g_assert_cmpstr (srt_graphics_get_multiarch_tuple (graphics), ==, -- GitLab