Fix tests list not marked with NULL

This commit is contained in:
mio
2021-12-29 23:10:21 +01:00
parent 849325b9c6
commit 8fc836c5fa

View File

@ -31,4 +31,4 @@ static void test_s390x_lr()
OK(uc_close(uc)); OK(uc_close(uc));
} }
TEST_LIST = {{"test_s390x_lr", test_s390x_lr}}; TEST_LIST = {{"test_s390x_lr", test_s390x_lr}, {NULL, NULL}};