summaryrefslogtreecommitdiffstats
path: root/test/gl_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gl_video.c')
-rw-r--r--test/gl_video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gl_video.c b/test/gl_video.c
index dd866c955c..eb2288d8b4 100644
--- a/test/gl_video.c
+++ b/test/gl_video.c
@@ -2,7 +2,7 @@
#include "test_helpers.h"
#include "video/out/gpu/video.h"
-static void run(void)
+static void run(struct test_ctx *ctx)
{
float x;
@@ -26,5 +26,5 @@ static void run(void)
const struct unittest test_gl_video = {
.name = "gl_video",
- .run_simple = run,
+ .run = run,
};