Skip to content
Snippets Groups Projects
Commit 8daf131f authored by Jeremy Whiting's avatar Jeremy Whiting
Browse files

Fix typo in graphics test object creation.

Should use SRT_GRAPHICS_ISSUES_NONE, not SRT_LIBRARY_ISSUES_NONE.
parent 85bfaca7
No related branches found
No related tags found
1 merge request!24Add SrtGraphics wrapper to wrap graphics checker.
Pipeline #1524 passed
......@@ -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), ==,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment