* tests/tearing_control_test.c (LAST_TEST): Fix definition.

This commit is contained in:
hujianwei 2022-11-22 11:58:13 +00:00
parent c83e7243e1
commit 8672edcb43

View file

@ -34,7 +34,7 @@ static const char *test_names[] =
"tearing_destroy", "tearing_destroy",
}; };
#define LAST_TEST TEARING_CONTROL_KIND #define LAST_TEST TEARING_DESTROY_KIND
/* The display. */ /* The display. */
static struct test_display *display; static struct test_display *display;