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
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

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