X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ftest%2Ftest-tables.c;h=3b7800cf37ba99f2fc4c8f37e237ff3886dcb2d2;hb=8097ab4f0cf7a52ac6ca45cb2b2dfe4850a2dee5;hp=9a3d3e8e741dbee8c5cdf78e94a79c0388bc572d;hpb=bf502e636be8f76e05b0334b4e78ea7a398ba241;p=elogind.git diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 9a3d3e8e7..3b7800cf3 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -99,7 +99,7 @@ int main(int argc, char **argv) { test_table(unit_load_state, UNIT_LOAD_STATE); test_table(unit_type, UNIT_TYPE); - _test_table("syscall", syscall_to_name, syscall_from_name, syscall_max()); + _test_table("syscall", syscall_to_name, syscall_from_name, syscall_max(), true); return EXIT_SUCCESS; }